DO WHILE LOOP IN JAVA

Do – While Loop: It is an exit control loop. The do-while check the condition at the end of loop body. The do-while loop is executed at least once because condition is checked after loop body. Syntax: Ex 1: Output: 10 Code Explanation: if a is above or equal to 100, then print a value.Continue reading “DO WHILE LOOP IN JAVA”

Design a site like this with WordPress.com
Get started