Header Ads

Hii,I am Anand Nayak.This blogger is make for specially basic programs of some language.

myFirstProgram

 class hello{

   public static void main(String []args)            // compulsory Syntax

    {

        System.out.println("Hello, We are Devloper.");

         }

  }


Output:

   Hello, We are Devloper.

No comments