Java While & do- While Loop
When we don't know how many times to return the condition then we need to go for a while loop.
In the While loop, it will iterate until the specified condition is true.
whenever the condition becomes false then it automatically exits from the while c...
smartcookie.hashnode.dev2 min read
Sashi Rajbanshi
Student
nice. pretty well explained about while loop