SlayzzUK SlayzzUK
  • 10-02-2021
  • Computers and Technology
contestada

Can anybody do Algorithm 2 for me (with Python).
Answer = 25 points.

Can anybody do Algorithm 2 for me with Python Answer 25 points class=

Respuesta :

muhammadmehmoodakmal muhammadmehmoodakmal
  • 10-02-2021

Answer:

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

if age>=18:

    print("You are Young")

else

   print("You are child")

Explanation:

if you have any query or any problem kindly ask in comment

Answer Link

Otras preguntas

In what ways did Europeans owe some of the sailing technology to other peoples?
What is the approximate surface temperature of the sun?
Write down the words that complete these sentences. Make any necessary change. Les cheveux de Sophie Garneau sont ____ ?
How should the sentence below be rewritten to avoid incorrect punctuation? "What is the name of your dog"? my friend asked.
Which are linear and nonlinear?
"Which statement most accurately describes the meaning of this 1896 cartoon? (1)Western farmers have no market for their products. (2)Grazing and water rights c
What type of change occurs you digest your food?
Determine the equation of joint variation. Then solve for the missing value. x varies directly with y and z. x = 400 when y = 8 and z = 10. Find x when y = 10 a
explain two ways in which pericles impact athenian society
1)Create a conditional expression that evaluates to string "negative" if userVal is less than 0, and "positive" otherwise. Example output when userVal = -9 for