Components of do-while Loop
Categories: Java 8(JDK1.8) ||
A. Test Expression: In this expression, we have to test the condition. If the condition evaluates to true then we will execute the body of the loop and go to update expression. Otherwise, we will exit