I have to write this from scratch, what do I do to start? I'm suppose to write a program that counts how many of each fee classification rode the subway on a given day (this is a set of if statements). The subway has three fee classifications : students (17 years old or less) adult, and senior (65 years old or more). I have to assume that the conductor has a laptop and enters the age of each rider. Your instructions tell the conductor to enter a -1 at the end of the day to terminate the data entry process ( a loop will cause the program to continue until a -1 is entered).
After the -1 is entered to stop the data entry process, your program must display the number of customers in each fee category.
Where to start? Any help would be greatly appreciated
After the -1 is entered to stop the data entry process, your program must display the number of customers in each fee category.
Where to start? Any help would be greatly appreciated
Comment