Computer Science, asked by endalebdumath3404, 1 year ago

What will be the output of the following php code?
<?php $states = array("karnataka" => array( "population" => "11,35,000", "captial" => "Bangalore"),"Tamil Nadu" => array( "population" => "17,90,000","captial" => "Chennai") ); echo $states["karnataka"]["population"]; ?>
A.karnataka 11,35,000
B.11,35,000
C.population 11,35,000
D.karnataka population

Answers

Answered by cutieeee10101
1
hey mate........the answer is

B. 11,35,000
Answered by Anonymous
0

Explanation:

B.11,35,000.........

Similar questions