QUESTION 3 Write a program to find the age of a person from the following details using if-else-if statement and && oper
Posted: Sun May 15, 2022 2:33 pm
QUESTION 3 Write a program to find the age of a person from the following details using if-else-if statement and && operator Child Age - less than 12 Teen Age - 13 to 19 Young Age - 20 to 35 Middle Age - 36 to 50 Old Age - more than 50 (10 marks)