1
Answer

repeat user input string

Write a program, that reads a string from the user and then prints it three times.
 
Give a word: cake cakecakecake
 
NOTICE! The program should ask for only one string. Don't use a loop here. 
Answers (1)