22:13

My First Java

Posted by Mitesh Patel |


class MyFirstJava
{
    public static void main(String args[])
    {
        System.out.print("Welcome to java programming");
       
        System.out.print("justfreeknowledge");
       
       
    }
}

0 comments:

Post a Comment

Subscribe