CodeGym/Java Tasks/Assembling a sentence from words 📝

Assembling a sentence from words 📝

  • 1
  • Locked
Assembling a sentence from words 📝
You can't complete this task, because you're not signed in.
Comments (6)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
George Kapnitis
Level 1 , Greece
19 June, 11:13
On the requirements they need to do more work. in this task "Words should be printed in the following order: "I", "learn", "Java", then "This", "interesting"." there is nowhere the word "is" and nowhere "!". But its fine
Ram Dafale
Level 1 , India
11 June, 17:15
Done
Samuel
Level 2 , Brazil
19 April, 13:05
feito
Anonymous #11744457
Level 8 , Seattle, United States
4 January, 22:13
heres the code, so you dont have to spend 5 attempts on something so easy System.out.print("I"); System.out.print(" learn"); System.out.print(" Java."); System.out.println(""); System.out.print("This"); System.out.print(" is"); System.out.print(" interesting!");
Anonymous #11750899
Level 6 , Senmonourom, Cambodia
25 January, 23:44
ctrl c clrl v your code now mine
Anonymous #11771878
Level 2 , Ermelo, South Africa
11 March, 08:44
Whoever does deserves to lol