Similarities and difference btw do while and while ....
Answers
Answered by
0
Answer:
please mark as brainliest
Explanation:
Well, below are the differences between while and do while loop, In while loop, condition is tested at the beginning of the loop and if the condition is true then only statements in that loop will be executed. ... So Do While executes the statements in the code block at least once even if the condition fails.
Answered by
0
1. Both are looping constructs .
2. Both are used in iterative statements .
Hope it helps
Please make it the Branliest Answer
I have answered according to the functioning of Java...
Similar questions