Computer Science, asked by saanvimkalyankar, 6 months ago

How to Draw a flowchart to accept the age of a person and print ‘ You are a major’ if age is greater than or equal to 18. Otherwise, it prints ‘You are minor’.

Answers

Answered by abhijeetkumar032002
1

Explanation:

age = int(input("enter your age :")

if age >=18:

print("you are a major")

else:

print("you are minor")

I think it will help you

Answered by banshikasuhani
0

Answer:

Explanation:

The Question is DRAW A FLOWCHART TO ACCEPT A AGE IS AGE IS GREATER THAN 12 THAN PRINT YOU ARE ELIGIBLE TO JOIN THE JUNIOR CRICKET TEAM

Attachments:
Similar questions