Computer Science, asked by agrima3889, 1 year ago

What will be the output of the following PHP code ?

<?php $a = array("hi", "hello", "bye"); foreach ($a as $value) { if (count($a) == 2) print $value; } ?>
A.hihellobye
B.infinite loop
C.hihello
D.no output

Answers

Answered by Anonymous
0
______✨ HEY MATE ✨______

➡️Option (A) Hihellobye is the right answer ✔️

&lt;marquee&gt;✌️ I THINK IT HELPED YOU ✌️
Answered by cutieeee10101
0
hey mate........the answer is

a. hihellobye
Similar questions