+ 3
That is just a while and a do while loop.
In while, the condition is checked first and then the block is executed but in do while loop first the block is executed and then the condition is checked.
https://www.sololearn.com/discuss/2523609/?ref=app



