Nuacht

OUTPUT 'How old are you?' INPUT User inputs their age STORE the user's input in the age variable IF age < 17 THEN OUTPUT 'You qualify for the student discount!' ELSE IF age > 17 THEN OUTPUT 'You're ...