Question :
Write a C# program to compute the profit made for selling goldfish flakes on-line. The wholesale cost for a case of 24-boxes is $118. And the on-line price for retail sales is $9.59 per box plus a shipping cost of $1.35 per box. The on-line listing agency charges a 12% fee of the customer total payment.
The payment processing cost is an additional 4% of the total payment. Compute and display the following figures for selling 25 cases of the products: the total wholesale cost for 25 cases; the total revenue for 25 cases of 24 boxes per case, the total listing cost, the total payment processing cost, and the total profit made.