- 2
While (true)
While (true) X-=10 If(x<10){. }
4 Answers
+ 4
Oputa Prince ,
not really sure what your post means. can you please write a complete and clear question?
thanks!
+ 2
Fill in the blanks to stop the loop when the value of x becomes negative
While(true)
X-=10
If (x<10){
}
}
+ 1
Could you be more specific, that way I could understand what help you need
https://www.sololearn.com/discuss/333866/?ref=app
0
It is a question