program3_1.py

Write a program that prompts the user to enter his/her age as an integer. The program should then respond by displaying the user's status based on the following age criteria:

Age 55 and over: senior
Age 20 and over: adult
Age 13 - 19: teen
Age 12 and under: minor

program3_2.py

This program should prompt the user to enter an even integer that is an exact multiple of either 13 or 19. The program should analyze the input and display a congratulatory response for good inputs and informative responses for bad ones. For correct user input, the program should also display the other factor. See sample runs below.

Sample Runs

Enter an even multiple of 13 or 19 381
No. Not EVEN and misses multiple requirement

Enter an even multiple of 13 or 19 247
No. Multiple okay but not EVEN

Enter an even multiple of 13 or 19 260
Good, 260 is 13 * 20.0

program3_3.py

Write a wholly creative quiz program that consists of three questions. The questions are up to you, but at least one question should require a numeric answer and at least one should require a string answer. The quiz should be scored by using a counter variable that has an initial value of zero and is incremented by one for every correct answer. Provide feedback to the user for each question, and report the total score when the quiz has finished. Example runs not shown because it's a creative exercise.

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.