1. Drinking age?

* Ask the user for their age.

Views0
PublishedJan 22, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

###1. Drinking age?

  • Ask the user for their age.
    • Remember that anytime you get input, it is a string, so you will need to change the age input to a number.
  • If age is less than 21, print an appropriate message.
  • If the age is over 21, print a different message.

###2. Air Conditioning

  • Ask the user what the current temperature is, if the A/C is functional, and what temperature they wish it was.
    • If the airconditioner is functional and the current temperture is above the the desired temperature... display "Turn on the A/C Please"
    • If the airconditioner is non-functional and the current temperture is above the the desired temperature... display "Fix the A/C now! It's hot!"
    • If the airconditioner is non-functional and the current temperture is below the the desired temperature... display "Fix the A/C whenever you have the chance... It's cool..."

###3. City Boroughs

  • Create a program that asks what borough you live in.
  • Depending on the answer, print an appropriate response of your choosing
Share: