public class ForEachExample { public static void main(String[] args) { int[] list = {1,2,3,4,5}; for(int num: list) System.out.println(num); } }
posted by George at 11/26/2006 02:26:00 PM
Post a Comment
<< Home
View my complete profile
0 Comments:
Post a Comment
<< Home