Fill In The Blanks to get the total Count Of Fruits Stored In The Array $arr Notice There are 7 apples and 5 orange | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Fill In The Blanks to get the total Count Of Fruits Stored In The Array $arr Notice There are 7 apples and 5 orange

<?php $num = 0; $rr = array("Apple"=>7,"orange"=>5); foreach($arr as $key=>$value) { $sum_______$value; echo $sum; } ?>

4th Jun 2020, 9:30 AM
Hm Hasan
Hm Hasan - avatar
1 Answer
0
Bro i have no idea about question, so please answer me
4th Jun 2020, 9:41 AM
Hm Hasan
Hm Hasan - avatar