Incorrect comments

Report a typo

Fix the comments in the following program so it prints a single line: "Yet another simple Java application".

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");
}
}
___

Create a free account to access the full topic