Science, asked by ashiyanmanawar28, 1 month ago

write a first Java simple program to print welcome Java and this is my first program​

Answers

Answered by cvayush
1

class first_Java_Project {

public static void main(String[] args) {

System.out.println("welcome Java and this is my first program");

}

}

so the output will be welcome Java and this is my first program.

Answered by iwana090607
1

Answer:

class help

{

   public static void main()

   {

       

       System.out.println("welcome Java and this is my first program");

       

     

   }

}

Similar questions