CJCoding With Joseph

Repeat a Word 3 Times (for)

Use a for loop that runs exactly 3 times to print the word Java on its own line each time. The exact output is:

Java
Java
Java

Expected Output:

Java
Java
Java
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.