The first program

Report a typo

Write a program that prints the phrase Hello, World!

Use the provided template for your solution, but read it carefully before you start writing your code.

Write a program in Java 17
class Main {
public static void main(String[] args) {
// put your code here
}
}
___

Create a free account to access the full topic