82.5k views
4 votes
Can anybody do Algorithm 2 for me (with Python).
Answer = 25 points.

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

1 Answer

6 votes

Answer:

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

if age>=18:

print("You are Young")

else

print("You are child")

Step-by-step explanation:

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

User Jordan Axe
by
4.2k points