Javadoc comment

Report a typo

Here's a code containing a Javadoc comment.

Fix it, so that the output message would be printed.

Write a program in Java 17
class Main {

/**
* It prints the text "It works correctly" to the standard output
public static void main(String[] args) {
System.out.println("It works correctly");
}
}
___

Create a free account to access the full topic