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!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
0
Bro i have no idea about question, so please answer me
4th Jun 2020, 9:41 AM
Hm Hasan
Hm Hasan - avatar