Computer Science, asked by dkr2227, 2 months ago

please write the Java program for this.​

Attachments:

Answers

Answered by intelligent567
0

Answer:

Steps to Compile and Run first Java program

Declare a class with name A.

Declare the main method public static void main(String args[]){

Now Type the System. out. println("Hello World"); which displays the text Hello World.

Similar questions