public class WhileExample2 { public static void main(String[] args) { int num = 1; while(num <= 10) { System.out.println(num); num++; } } }
posted by George at 9/21/2006 08:03:00 AM
Post a Comment
<< Home
View my complete profile
0 Comments:
Post a Comment
<< Home