Programming 1 - Welcome to Java - Compilations of mine
I want to share my compilations to others.
Tuesday, July 22, 2014
Using Do While in Java
public class abejeroact21 {
public static void main(String[] jda) {
int x = 0;
do
{
System.out.println(x);
x=x+1;
}
while(x<=10);
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment