โ Back to Loops
Question 295
Repeat a Word 3 Times (for)
Repeat a Word 3 Times (for)
Use aforloop that runs exactly 3 times to print the wordJavaon 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.