This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by cmartin612
over 9 years

while loops in php part 7

i am trying to get this to work but when i click the hint i tried to use the hint and now im a little confused and would like some help , please!

Answer 5433a05f80ff338b3000113c

0 votes

Permalink

This is the simple code i wrote : <?php //write your do-while loop below $i=0; do{ echo”

The loop is running !

“; $i++; } while( $i <= 10); echo”The loop is done running!”;

?>
points
Submitted by Debkumar Pramanick
over 9 years