Question: Write a program that computes the amount of money the computer club will receive from proceeds of their granola bar sales project.
Allow the user to enter the number of cases sold and the sale price per bar.
Each case contains 12 bars; each case is purchased at $5.00 per case from a local vendor. The club is required to give the student government association 10% of their earnings.
Show their proceeds formatted with currency.
Write suitable methods for your solution. ***(C#)***
Be sure to add comments. Comments should be included in the program to explain your calculations and program.