gonzalesraymond4113 gonzalesraymond4113
  • 02-12-2022
  • Computers and Technology
contestada

Challenge 13 - Create a program to ak the uer their age and if it i between 4 and 16 it hould output
"You are in chool", otherwie output "You are not of chool age"

Respuesta :

candlejenner candlejenner
  • 03-12-2022

Answer:

age = int(input("Enter your age: "))

if age >= 4 and age <= 16:

   print("You are in school")

else:

   print("You are not in school age")

Explanation:

since you didnt mention the program you’re using, im going to answer it using python. if there's anything to amend let me know!

Answer Link

Otras preguntas

Convert 325 degrees into radians.
A rocket, initially at rest on the ground, accelerates straight upward from rest with constant acceleration 44.1m/s^2 . The acceleration period lasts for time 7
The idea that "the invisible hand" of competition sets prices and determines quantities produced in a market economy was the principle idea of ________.
A researcher needing to find a book explaining the philosophy of Jean-Paul Sartre in a library using the Library of Congress system would need to look in which
Can some one help me with this
While sick is what kind of clause ?
Why are picric acid and tannic acid both used as treament for burns?
A parachutist's speed during a free fall reaches 132 feet per second. What is this speed in meters per second? At this speed, how many meters will the parach
Find the value of the cot 10° using your calculator. A.) 0.648 B.) 1.542 C.) 0.176 D.) 5.671
Avoid stretches which: A) Hyperextend the neck B) over bend a joint C) compress the vertebrae D) all of the above I think it's D not sure