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 (1)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
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!");