Originally posted by MaryPoppins
View Post
And you still owe me two quid commission.
public static void main(String args[]) {
for(int x = 10; x < 20; x = x+1) {
System.out.print("value of x : " + x );
System.out.print("\n");
}
}

Leave a comment: