Create a program that includes the following requirements: create a
In C# only : Create a program that includes the following requirements: Create a CoffeeOrder class Private class members for: order number ingredient constant double PRICEOFCOFFEE = 1.95 constant double price additives for cream and sugar, cream and artificial sugar, milk and sugar, milk and artificial sugar at.25, .40, .30, .40 respectively. double order price other class variables as needed Public class methods: a method […]
