Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

D Write a python program that asks the user for the age and print the appropriate message according to the following 0-18 print you are

image text in transcribed
D Write a python program that asks the user for the age and print the appropriate message according to the following 0-18 print you are still a dd 19.21: print "You are a young adult. 22-65 print "You are an adult". Otherwise, print "You are a senior" Any invalid input or if the age is less than 0 or greater than 120 print "Error, invalid age". Note: Allow the user to try several runs (By running the program multiple times) during the same session Hint, you need to use the while loop statement Run samples and Examples a) Input: -5 Output: Error, invalid age Do you want to try again (Yes or NO) No Goodbye b) Input: 12 Output: You are still a kid Do you want to try again (Yes or NO) Yes Input: 45 Output: You are an adult Do you want to try again (Yes or NO) No Goodbye c) Input: 23 Output: You are an adult Do you want to try again (Yes or NO) No Goodbye

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Using Entity Relationship Diagrams

Authors: Sikha Saha Bagui, Richard Walsh Earp

3rd Edition

103201718X, 978-1032017181

More Books

Students also viewed these Databases questions

Question

2. What additional techniques might be used to assess talent?

Answered: 1 week ago

Question

Define Management or What is Management?

Answered: 1 week ago

Question

What do you understand by MBO?

Answered: 1 week ago

Question

What is meant by planning or define planning?

Answered: 1 week ago

Question

Provide examples of KPIs in Human Capital Management.

Answered: 1 week ago

Question

What are OLAP Cubes?

Answered: 1 week ago