Interpret the following Logic. For data input put on someone who is 20 years old, which category would they fall into?
If age < 13, then category “Child”
Else if age < 20 then category “Teen”
Else if age < 65 then category “Adult”
Else category “Senior”