Assembling a sentence from words 📝
Assembling a sentence from words 📝
- 1
Locked
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
Anonymous #11744457
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!");
0