Skip to content
public class PrintMessage
{
 public static void main (String args[])
 {
 for (int times=1; times<=10; times++)
 {
 System.out.println ("My first program of Loops");
 }//end of loops
 } //end of main
}

 

Submitted By: Ms. Suchetana Mukherjee

If this program was helpful to you, do leave a comment.
All Credit goes to Ms. Suchetana Mukherjee

P.N. : All the post on this website are for demonstration and education purpose only.
Student should perform all the practicals for there personal copies.

Leave a Reply

Your email address will not be published. Required fields are marked *

error: Content is protected !!