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

what kind of device can you use to to separate visible light into its different colors
Sixty miles per hour is how many feet per second
Compare and contrast the three classes of levers.
A police dog gets caught in a shootout. A 5 g bullet moving at 100 m·s–1 strikes the dog and lodges in his shoulder. Fortunately the dog survives. The bullet un
what natural resources were available to Meso-America?
sedimentation as a method of water purification results in what
Can some one help me with this how many kilograms is this ??? Really need help
Can some one help me with this how many kilograms is this ??? Really need help
Waves A and B have the same speed, but wave A has a shorter wavelength. Which wave has the higher frequency?
What happens when a solid object with a lower density is placed in a liquid with a greater density?