Question: Create a Console application. You can do your work either in Visual studio or in Visual studio code (your choice) Implement the following C# for
Create a Console application. You can do your work either in Visual studio or in Visual studio code (your choice) Implement the following C# for a sales program: //Declare three decimal variables named price, discount, and discountprice II Ask and Get the price from the user // If the price is less than 100, then the discount is 10% of price, else discount is 14% of price. //Calculate the discounted price from price less discount. //Tell the user what the discounted price is for the item. Submission: Submit both your source code and the output (both fully visible)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
