Fixing errors in main

Report a typo

Look at the program that should print "Hello, Java!" but won't compile, fix the program.


Write a program in Java 17
class Main {

public static void ma1n(String[] args) {
System.out.println("Hello, Java!");
}
}
___

Create a free account to access the full topic