Question
Problem Description: Design a C# GUI Movies Club Application that will take as an input the number of Item Ordered for DVDs and Blurays then
Problem Description:
Design a C# GUI Movies Club Application that will take as an input the number of Item Ordered for DVDs and Blurays then select if it is to buy or rent. the application calculates and display the total cost for the transaction before Tax, display the taxes and total after tax as well.
Note: Use the Currency Format for all money outputs and assume that the tax rate is 8.75%.
The DVD and Blurays cost are based on the following criteria:
Items | Buy | Rent |
DVDs less than 5 Items | $15 | $6 |
DVDs 5 or more items | $12 | $4 |
Blurays less than 5 Items | $20 | $8 |
Blurays 5 or more items | $16 | $5 |
Feel free to experiment your own design, colors and layout.
Please I need code and screenshot of GUI.
GUI DESIG
C# CODING
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