The result of a while expression in Java is ____
Answers
Answered by
2
While Loop in Java. The while loopexecutes a block of code while a boolean expression evaluates to true. It terminates as soon as theexpression evaluates to false. The boolean expression is evaluated before each iteration.
abhaykatti508:
Thanks
Similar questions