English, asked by romesh5215, 2 months ago

How many @ and % will get printed with the below code ? *
forisi=0; $i<=7; $i++) {
echo "@";
for($j=0; $j<4; $++) {
echo T
7
8
1
O @ will be printed 7 times and % will be printed 4 times
@ will be printed 8 times and will be printed 5 times
O @ will be printed 8 times and % will be printed 32 times
O @ will be printed 7 times and % will be printed 40 times​

Answers

Answered by winnysahetya
27

I think :

@ will be printed 8 times and per will be printed 32 times.

Answered by santoochem93
0

Answer:

@will be parented 7times

Similar questions