Tuesday, July 22, 2014

Using For Loop 2 in Java

public class abejeroact16 {
public static void main(String[] jda) {
for(int x=10;x>=1;x--)
{
System.out.println(x);
}

}
}

No comments:

Post a Comment