Do-While Statements
Introduction:
This page will teach you how to use the Do-While statements in Java.
Important!
It is fairly important you understand the While Statement before reading this tutorial page. It can be found on the main Java Tutorial Thread page.
What is a Do-While Statement?
A Do-While Statement is very similar to a While Statement, with one exception.