Question: Please write a function called sayHi that accepts a single argument: an integer value. This value will indicate the number of times that your function
Please write a function called sayHi that accepts a single argument: an integer value. This value will indicate the number of times that your function should say "Hello!" Within the function, use a for loop that prints this greeting the specified number of times. "Return" doesn't need to be used.
(to be executed after solution):
SayHi(3) sayHi(5) sayHi(10)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
