Question: Basic java programming This program will need to do the following: When the program is run, the user will need to be asked to whether
Basic java programming

This program will need to do the following: When the program is run, the user will need to be asked to whether he or she would like to add an attendee. Your program will read and store the string input. If the value entered is yes: o the program will ask the user whether the attendee is a Howard County resident.the program will ask the user the attendee's age to determine the cost of the ticket. The program will need to keep track of the number of Howard County residents using an if else The program will need to keep track of the age bracket of the attendees using an if...elseif..else statement where: o less than 18 is a child between 18 and 65 is an adult o greater than 65 is a senior The program should run repeatedly until the user has no more attendees to enter. After the program run. The program will display the total number of attendees Howard County residents non-Howard County residents children adults seniors Bonus (5 pts) The program should display a message stating whether there are more Howard County residents than non-Howard County residents using a conditional operator. NOTE: You should NOT use a class to complete this assignment
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
