Exam 3PracticalPart:Gym Membership App
Name:
Problem Description:
Design a C# GUI Application that will take as an input the type and the lengthof the Gym membership (you can get the input and display the output the way you like)
Note: Display the total included taxes, use the Currency Format and assume that the tax rate is 8.75%.
The Membership pricesbefore tax are based on the following criteria:
Items | Monthly | Yearly |
GYM only | $49 | $300 |
Pool only | $69 | $500 |
Gym and Pool | $99 | $700 |
Feel free to experiment your own design, colors and layout.
Paste your code and screenshot of your GUI below and Submit this same document to Exam 3 Practical Drop Box.
Answers:
- GUI DESIGN
- C# CODING