Add a third println statement that prints cool below Java and is. Hint: Just type sys and use code completion. Hint: Just add an | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Add a third println statement that prints cool below Java and is. Hint: Just type sys and use code completion. Hint: Just add an

public class Main { public static void main(String[] args) { System.out.println("java"); System.out.println("is"); } }

3rd Nov 2021, 3:42 PM
Sonam Kumari
Sonam Kumari - avatar
8 Answers
+ 1
Sonam Kumari As you printed Java same as print cool
3rd Nov 2021, 4:09 PM
A͢J
A͢J - avatar
+ 1
A͢J - S͟o͟l͟o͟H͟e͟l͟p͟e͟r͟ yes it's work👍 thanks
4th Nov 2021, 1:51 AM
Sonam Kumari
Sonam Kumari - avatar
0
A͢J - S͟o͟l͟o͟H͟e͟l͟p͟e͟r͟ still error is coming😔
3rd Nov 2021, 4:12 PM
Sonam Kumari
Sonam Kumari - avatar
0
Show your code.
3rd Nov 2021, 4:15 PM
A͢J
A͢J - avatar
0
A͢J - S͟o͟l͟o͟H͟e͟l͟p͟e͟r͟ public class Main { public static void main(String[] args) { System.out.println("java"); System.out.println("is"); System.out.println("cool"); } }
3rd Nov 2021, 4:18 PM
Sonam Kumari
Sonam Kumari - avatar
0
Sonam Kumari Code is right. Where are you checking?
3rd Nov 2021, 4:20 PM
A͢J
A͢J - avatar
0
A͢J - S͟o͟l͟o͟H͟e͟l͟p͟e͟r͟ The program remains in the Aide application, the error has to be fixed in it.i also checked in the same
3rd Nov 2021, 4:23 PM
Sonam Kumari
Sonam Kumari - avatar
0
Sonam Kumari Check spelling of java I think it is Java not java
3rd Nov 2021, 4:56 PM
A͢J
A͢J - avatar