Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Tigers soccer club offers two types of registrations for season 2022, as shown in the table below. Players can register at the counter. Each player
Tigers soccer club offers two types of registrations for season 2022, as shown in the table below. Players can register at the counter. Each player will receive a 5% discount if a friend/sibling is registered together. Soccer jerseys are required only for new players, which costs an extra $100 for kids and $120 for adults. Create a basic C# console application to calculate and display a registrations summary for a number (N) of players who want to play with the Tigers soccer club in 2022. Registration type Price (including tax) Kids $150 per season Adults $230 per season Specific requirements: The system first asks the user to enter the total number of registrations. The system requests to enter the number of players per registration. The number of players per registration must be between 1-4 players. Otherwise, an error message should be displayed and re-entering is required. The application should ask the user to enter each player name, registration type, and yes or no to indicate whether the player needs a jersey. The program calculates the registration and displays the result of players details and the total price as shown below. The program should be kept running by entering the next set of input data. .
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started