5. The minimum age to drive a car is 16 years old. Determine if the user is old enough to drive. Write a program that do
Posted: Fri Jul 08, 2022 7:28 am
5. The minimum age to drive a car is 16 years old. Determine if the user is old enough to drive. Write a program that does the following: a. Asks the user for their age and store in a variable. i. If the user is old enough, tell them what store to drive to and what to pick up. ii. If they are not old enough, let them know in a message.