Mngaro Mwazenje

Mngaro Mwazenje

  • NA
  • 80
  • 12.2k

repeat user input string

Mar 17 2020 2:55 AM
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)