Fix the comments in the following program so it prints a single line: "Yet another simple Java application".
Comments
Incorrect comments
Report a typo
Write a program in Java 17
public class Main {
public static void main(String[] args) {
/*
// System.out.println("Yet another simple Java application");
System.out.println("Do not print this line");
}
}
___
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.