please write the Java program for this.
Attachments:
Answers
Answered by
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