Computer Science, asked by Pari1111, 1 year ago

write a program in java

Attachments:

Answers

Answered by ggghh76
1

Declare your class and your main method. The main method public static void main(String[] args) is the method that will be executed when the programming is running. This main method will have the same method declaration in every Java program. Write the line of code that will print out "Hello World."


Similar questions