Vidyalelo
PHP · Q68

Control Structures(Loop In PHP)

Programming · PHP · question 68

Q68

What will be the output of the following PHP code ?

A.
Hello….36 times
Answer
B.
Hello….45 times
C.
Hello….50 times
D.
Hello….40 times

Answer: Option A

Solution

Answer: Option A
Solution:
9*4 times is printed.