Using this sample code, you are to remix this project to have the cat speak based on the age of the person. The cat need to state the following based on the variable age. Code the project so the cat states for following base on the conditions listed If the person is less than 3, state "you are too young to do anything" over 2 "you don't need diapers" over 15 "you can drive" over 17 you can see an R rated movie. over 21 you can gamble over 25 you can rent a car over 65 you can retire.
remember that 15 > excludes that number and means 16 or greater.