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