
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Concept explainers
Question
- Write a python
program that asks the user to enter a person’s age. The program should display a message indicating whether the person is an infant, a child, a teenager, or an adult. - Following are the guidelines:
- If the person is 1 year old or less, he or she is an infant.
- If the person is older than 1 year, but younger than 13 years, he or she is a child.
- If the person is at least 13 years old, but less than 20 years old, he or she is a teenager.
- If the person is at least 20 years old, he or she is an adult.
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 4 steps with 2 images

Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- The language needed is just beginner Python. I am having trouble with creating this program. You are creating a new account and need to provide a password. The password has the following requirements: The password must be at least 6 characters and at most 20 characters. It must contain at least one lowercase letter, one uppercase letter, and one number. Write a program that prompts the user to input a password and checks if the password is valid. If the password is valid, print a confirmation statement. If it is not, print a statement that the password is not valid. Include appropriate comments to make your code more readable.arrow_forwardWrite a python program of the following using the modification of the second picturearrow_forwardWrite a Python program that will ask a customer how many fluid ounces they would like to drink. The program will then print out the size of cup that they need based upon the following criteria: 1) A drink with 12 or fewer ounces is considered to be "small." 2) A drink with more than 12 but 20 or fewer ounces is considered to be "medium.” 3) A drink with more than 20 but 32 or fewer ounces is considered to be "large." 4) A drink with more than 32 ounces is considered to be "extra large.”arrow_forward
- Write a Python program that will indicate which substances will freeze and which substances will boil when given an input temperature. The following table lists the freezing and boiling points of several substances. Substance Freezing Pt. (Fo) Boiling Pt (Fo) Ethyl Alcohol -173 172 Mercury -38 676 Oxygen -362 -306 Water 32 212 Write a Python program that will prompt the user to enter an input temperature in Fahrenheit degrees. Show all the substances that will freeze at that temperature and all the substances that will boil at that temperature.arrow_forwardA County collects property taxes on the assessment value of the property, which is 60 percent of the property's actual value. For example if an acre of land is valued $10,000.00 its assessment value is $6000. The property tax is 72 cents for each $100.00 of the assessment value. The tax for the assessed at $6000 will be $43.20. Write a PYTHON program using FUNCTIONS that asks for the actual value of a piece of property and displays the assessment value and property taxarrow_forwardUsing pythonarrow_forward
- python Write a program that prompts the user to enter the number of study hours of a student and the average of the student. Then the program is checking the following:- If the average of the student is greater than 4 and the number of hours is less than 26, then the program should display "You have a chance".- Otherwise, the program should display "You do not have a chance".arrow_forwardin Pythonarrow_forwardWrite a python program and solve the problem. Selling a new vehicle pays a salesperson $1800. Selling a used vehicle pays a commission of 10% of the selling price. Write an interactive program that calculates a salesperson's total pay for selling two vehicles, one of each type. The program should prompt the salesperson to enter the type and selling price of each vehicle. Do not use a loop. The program should then display the salesperson's total sales and total pay. Express these amounts in currency format as described in the requirements above.arrow_forward
- Python. Use decimal module to ensure answer is accurate.arrow_forwardplease use pythonarrow_forwardCreate a program in python that asks the user to input a number between 20 and 99. The program must then print out the number in English words. If the user does not enter a value between 20 and 99 display an error message stating that the input is not within a valid range.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education

Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON

Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education