Complete the given program to print "Java is fun". Note that the sentence starts with a capital letter. Hint Just add the t | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 9

Complete the given program to print "Java is fun". Note that the sentence starts with a capital letter. Hint Just add the t

1st Jul 2021, 8:01 AM
Treesa Sophia
Treesa Sophia - avatar
5 Answers
+ 6
Please read this guide before posting a question https://www.sololearn.com/Discuss/333866/?ref=app
1st Jul 2021, 8:14 AM
Ipang
+ 4
public class Program { public static void main(String[] args) { //print "Java is fun" System.out.println("Java is fun"); } }
24th Oct 2021, 4:54 AM
Somasuntharam Harsana
Somasuntharam Harsana - avatar
0
public class Program { public static void main(String[] args) { //print "Java is fun" System.out.println("Java is fun"); } } Good Luck
19th Dec 2021, 5:56 AM
Muhammad Alif Deva Rizqon
Muhammad Alif Deva Rizqon - avatar
0
public static void main(String[] args) { //print "Java is fun" System.out.println(); } }
26th Feb 2022, 9:46 PM
getu diyana
- 4
Treesa Sophia If your 1st program in Java is "Hello World" then you can do it.
1st Jul 2021, 11:47 AM
A͢J
A͢J - avatar