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
5 Respuestas
+ 1
Solution:
<?php
$x=1;
while($x<=10) {
echo "hi ";
$x++;
}
?>
+ 1
What do you mean with this code? Where is THIS attempt?
0
Attached now
0
JaScript What is the difference?
0
You had written with language mistaces. You can compare the codes on differences. After complete the tutorial will be all more clearly.