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