Use the keyboard to enter a string and a number N greater than 0.
Use a while loop to display the string N times. Each value should be on a new line.
Example input:
abc
2
Example output:
abc
abc
You can't have too much of a good thing
- 4
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet