Ch. 7 Pseudocode Begin When ran Age = 0 Input Age = Your input If Age: Is 1 = outputs "First Birthday Is below 12 = outputs "Child" Is between 13 and 19 = outputs "Teenager" Is between 19 and 62 = outputs "Adult" else: output = "Senior" End