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.
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.
Trending now
This is a popular solution!
Step by step
Solved in 8 steps