Program For Even Loop

 public class Loopeven{
      public static void main(String args[]){
           for(int i=0;i<=56;i=i+2){
           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...