Java programming to Print integers

Java programming to Print integers

class Integers {
  public static void main(String[] arguments) {
    int c; //declaring a variable
   /* softwaresetups.com */

    for (c = 1; c <= 10; c++) {
      System.out.println(c);
    }
  }
}
Share this Post Share to Facebook Share to Twitter Email This Pin This Share on Google Plus Share on Tumblr join on whatsapp

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment