Question: Write your own function, named Countdown, which takes 1 (required) integer parameter: days, and one (required) string parameter, event. Use the days input to print
Write your own function, named Countdown, which takes 1 (required) integer parameter: days, and one (required) string parameter, event. Use the days input to print the number of minutes to countdown until the event. If number is less than 1, print: "Error, need at least 1 day" Example: if the following arguments are passed to your Countdown function: 365 Graduation Your program should print: "There are 525600 minutes until Graduation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
