Program For Loop

 public class Loop{
      public static void main(String args[]){
            for(int i=0;i<34;i=i+1){
            System.out.println(i);
}
}}

No comments:

Post a Comment

How to install java   How to add two numbers in java How to compile the program How to subtract two numbers in java How to multiply two numb...