write the java program
Attachments:
Answers
Answered by
0
Answer:
Steps to Compile and Run first Java program
1. Declare a class with name A.
2. Declare the main method public static void main(String args[]){
3. Now Type the System. out. println("Hello World"); which displays the text Hello World.
Similar questions