Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

IN C SHARP Purpose - To create a program that will calculate the cost of customers to attend and have fun at the Pot of

image text in transcribedimage text in transcribed

IN C SHARP

Purpose - To create a program that will calculate the cost of customers to attend and have fun at the Pot of Gold Fun Center! Topics of Evaluation 1. Obtaining and displaying information 2. Sequential processing 3. Decision processing 4. Numerical calculations Requirements 1. Create a model for the program by drawing a flowchart or writing the pseudo code for the program. Pseudo code could be written as comments in your code or in a suitably named text file. 2. Create a test plan showing inputs and expected output. Show at least 3 different test scenarios. These scenarios can be placed as comments in your code or in a suitably named text file. 3. Write the code to implement your plan. 4. Test your code with your test plan. If mistakes are discovered, correct the model and the code, and execute the test plan again. 5. Validation of input is not required. Assume the user will enter valid values. - Your solution must closely follow the screen shots show below - Users will always enter valid data - Users may enter their values in upper case or lower case - Users who choose ' N ' to an attraction (caf/slide/Disc Golf) will not be prompted for any values for that attraction - All money values will be displayed as proper currency as shown - In the summary if the users did not attend an attraction display an appropriate message (No Caf/No Slide/No Golf) - The summary values will be displayed using columns and very closely match the screen shots - You solution must demonstrate at least one: If/Else structure Switch structure Escape character - The Clover Caf sells Magic Burger, Fortune Fries and Shamrock Slushies only - There is a discount for the End of the Rainbow Disc Golf Course based on the number of participants. The entire group will receive the following discount off their golf fees as follows: 3 players 10% discount 4 players 15% discount 5 players 20% discount with prices being burgers $5, fries $4 and shamrock slushies are $3.3 slides are $5,5 slides are 6$,10 slides is$8, and 100 slides is $15.9 holes of golf is $10 and 18 holes is $15

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions

Question

What is management growth? What are its factors

Answered: 1 week ago