PLEASE SOLVE THE QUESTIONS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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!!! ^^"); } }

10th May 2022, 7:49 AM
Aayan
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
9th Sep 2022, 7:24 AM
Jesse Wasike
Jesse Wasike - avatar
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.
10th May 2022, 11:06 AM
Thineshan Panchalingam
Thineshan Panchalingam - avatar
- 1
Re-read the lesson and the task description. This will enable you to solve the task by yourself.
10th May 2022, 8:17 AM
Lisa
Lisa - avatar