Santa Function
Santa Function
Write a function that asks the user for a number and then
accepts it as an integer. You're asking how many times you would like to ask for someone's name.
You should call on the function and pass in the number into the function
When the function runs it should loop however many times the number was entered
It will then print Merry Christmas + variablename each time it loops. Don't forget casting....
What it should look like?
How many repeats would you like?
Number entered
What is your name?
Merry Christmas + name
What is your name?
Merry Christmas + name