Computer Science, asked by ksnegi061974, 8 months ago

write a program ro check a person is adult on age 18. find in the format of if...then else​

Answers

Answered by AdarshAbrahamGeorge
6

Explanation:

x = int ( input ( " Enter Age : " ))

if x = 18 :

print ("Person is 18 years old")

else :

print ("Person not 18 years old")

pls mark me as the brainlist....❤️

also pls follow me....

Answered by Arjun010
2

Answer:

x = int( input ("Enter Age : ")

if x = 18:

print ("Person is 18 years old")

else:

print ("Person not 18 years old")

Pls follow me and Mark as brainliest

Similar questions