Create a program that will prompt the user
for a string and a positive integer n. The program should output the
string to the screen n times, as shown below.
Enter message: "I love computers"
Enter n: 5
I love computers
I love computers
I love computers
I love computers
I love computers