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

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