Comment out certain lines of code to make the program output "Hello, Java platform".
Comments
Hello, Java platform
Report a typo
Write a program in Java 17
public class Main {
public static void main(String[] args) {
System.out.print("Hello, ");
System.out.print("world");
System.out.print(" and ");
System.out.print("Java");
System.out.print(" platform");
}
}
___
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.