Page 1 of 1

III- $abc is an associative array in which we use countries as key and capitals as values. Sabo-array(Japan'=>'Tokyo! 'N

Posted: Sun May 15, 2022 1:48 pm
by answerhappygod
Iii Abc Is An Associative Array In Which We Use Countries As Key And Capitals As Values Sabo Array Japan Tokyo N 1
Iii Abc Is An Associative Array In Which We Use Countries As Key And Capitals As Values Sabo Array Japan Tokyo N 1 (33.6 KiB) Viewed 67 times
III- $abc is an associative array in which we use countries as key and capitals as values. Sabo-array(Japan'=>'Tokyo! 'Nigeria'=>'Lagos', 'Egypt'=>'Cairo' 'England'=>'London') Create a PHP script which display the capital and country name from the above array $ceu. Sort the list by the name of the country. (25 pts) Sample Output : The capital of Japan is Tokyo The capital of Cairo is Egypt