✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Given the Java program below, which of the following is an incorrect comment?
public class Determination2 {
public static void main ( String[] args ){ //a System.out.print("Please attend "); //b System.out.println( "Programming Paradigms class" ); //c
} //d
} //e