Comando do while
Comando do while
int j = 0;
do {
System.out.println("" + j);
j++
}while(j < 10)