Question: Write a complete C# GUI Based Application to solve the following question A software company sells a package that retails for $99. Quantity discounts are

Write a complete C# GUI Based Application to solve the following question A software company sells a package that retails for $99. Quantity discounts are given according to the following table: Create an application that lets the user enter the number of packages purchased. The program should then display the amount of the discount (if any) and the total amount of the purchase after the discount. Text box should be there where when we click calculate it should calculate.
Software Sales - 0 X Enter the number of packages purchased: 121 Discount_697 $237.60 Total_697: $950.40 Calculate_697 Software Sales Enter the number of packages purchased: 301 Discount_697 $891.00 Total_697: $2,079.00 Calculate_697
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
