Write a program to find whether a person is a senior citizen or not.

 

Answer:

Code:

birth_year=int(input( "Enter year of birth: " ))

current_year=int(input( "Enter current year: " ))

age=current_year-birth_year

if(age>= 60 ):

    print( "Senior Citizen" )

else:

    print( "Not a senior citizen" )

[Flow of Control] Write a program to find whether a person is a senior - Long Answer Type Questions (5 Marks each)

 

Remove Ads
Teachoo · Class 11 Explore Class 11
Davneet Singh's photo - Co-founder, Teachoo

Made by

Davneet Singh

Davneet Singh is an IIT Kanpur graduate and has been teaching for 16+ years. At Teachoo, he breaks down Maths, Science and Computer Science into simple steps so students understand concepts deeply and score with confidence.

Many students prefer Teachoo Black for a smooth, ad-free learning experience.