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

A rocket is launched from the ground. The function  h(t)= -4.9t^2 +180t   models the height of a rocket launcher from the ground t seconds after it is launched.
write the equation in function form then graph the equation 3x-y=5
why did the citizens of Richmond, Virginia feel upset about the actions at Fort Sumter ?
An element with mass 1000 grams decays by 14.8% per minute. How much of the element is remaining after 11 minutes, to the nearest 10th of a gram?
Which situation describes a correlation that is not a causal relationship? (1) Car color and number of car accidents(2) Hours spent studying and test score(3) A
What Is the Function of Alliteration in Literature?
which state capital is north of 40 degrees north latitude: Frankfort, denver, salt lake city, or columbus?
What happened to Mohenjo-Daro and Harappa? (They're two ancient cities in ancient India)
Calculate the speed of a 3.5cm sound wave of frequency 8000Hz
write the equation in function form then graph the equation 3x-y=5