0

Can anyone tell me why this while statement won't work?🤨

I get an error every time I run this code. Can someone tell me why it was wrong and how to fix it? https://code.sololearn.com/wS8kRN7Sgo5q/?ref=app

29th Sep 2020, 3:06 PM
Joel Hayward
Joel Hayward - avatar
5 Respuestas
+ 1
Solution: <?php $x=1; while($x<=10) { echo "hi "; $x++; } ?>
1st Oct 2020, 8:58 PM
JaScript
JaScript - avatar
+ 1
What do you mean with this code? Where is THIS attempt?
29th Sep 2020, 3:21 PM
JaScript
JaScript - avatar
0
Attached now
1st Oct 2020, 7:43 PM
Joel Hayward
Joel Hayward - avatar
0
JaScript What is the difference?
2nd Oct 2020, 4:41 PM
Joel Hayward
Joel Hayward - avatar
0
You had written with language mistaces. You can compare the codes on differences. After complete the tutorial will be all more clearly.
2nd Oct 2020, 5:09 PM
JaScript
JaScript - avatar