Look at the program that should print "Hello, Java!" but won't compile, fix the program.
Method "main"
Fixing errors in main
Report a typo
Write a program in Java 17
class Main {
public static void ma1n(String[] args) {
System.out.println("Hello, Java!");
}
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.