public class ForLoopExample { public static void main(String[] args) { for(int num = 1; num <= 10; num++) System.out.println(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