Computer Science, asked by EmileStailo, 1 year ago

write an algorithme program to check if a man above 20 years are to taxable

Answers

Answered by prakhargurunani
0

x  = input("Enter your age: ")

if x > 20:

   print ("You are eligible to pay tax.")

Similar questions