Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

this must be done in visual studios . c# programming Task details: Tigers soccer club offers two types of registrations for season 2022, as shown

this must be done in visual studios . c# programming

image text in transcribed
Task details: 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. ICT 272 K >KOI Welcome to Tigers Soccer Club Enter the number of players per registration: 2 Enter player name: Alex smith Registration type: Kids Enter yeso to indicate whether you want a jersey: yes The total price from Alex smith is $242.5 Enter customer name: Tony Kaz Registration type: Adult Enter yeso to indicate whether you want a jersey: no The total price from Alex smith is $218.5 After all N sets of input data are entered from the keyboard, your program will also display the information that includes the player spending most, the player spending least as shown in the below figure Summary of registrations Name Type Jersey Cost Alex smith kids yes $242.5 Tony Kaz Adult no $218.5 The player spending most is Alex smith The player spending least is Tony Kaz

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions