0
Write a program to take x and y as input and output the string x, repeated y times. Sample Input hi 3 Sample Output hih
How to solve it
1 Answer
+ 4
1. Read the lesson again. Pay attention to string repetition with "*"
2. If you need more help, please show your code attempt.
3. Please do not paste the task description in the title section â it gets cut off and will be incomplete.