Thursday, June 14, 2018

WAP IN JAVA TO PRINT A STRING

class First
{
       public static void main(String args[])
       {
           System.out.println("This is a Java Program");
       }
}

                                                                            OUTPUT




No comments:

Post a Comment