- 3
PLEASE SOLVE THE QUESTIONS
public class Main { public static void main(String[] args) { //uncomment necessary line(s) //System.out.println("Java is lame"); //System.out.println("Java is awesome"); //System.out.println("Please uncomment me!!! ^^"); } }
3 Answers
+ 4
public class Main {
public static void main(String[] args) {
//uncomment necessary line(s)
System.out.println("Java is awesome");
}
}
it works please try this
0
I think this is a question in the sololearn java course.
Question is they want to print "Java is awesome", so you only need to uncomment that line.
- 1
Re-read the lesson and the task description. This will enable you to solve the task by yourself.