//Sample38_51.java class Sample38_51 { public static void main(String[] args){ for(int i=0; i<3; i++){ System.out.println(i); } } }