โ Back to Loops
Question 294
Print Characters of a Word (for)
Print Characters of a Word (for)
The variablewordholds the textcode. Use aforloop to print each character on its own line. The exact output is: c o d e Useword.charAt(i)to get each character.
Expected Output:
c o d e
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.