โ Back to Loops
Question 208
Repeat a Word Three Times
Repeat a Word Three Times
Print the wordHellothree times, each on its own line, using a loop: Hello Hello Hello Use a loop that runs3times instead of writing three separateprintfcalls.
Expected Output:
Hello Hello Hello
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.