Question: 9.1 Write a C# program with following method. Method Name - CalcDiscount Return type - float Parameters - The amount and the percentage in float

9.1 Write a C# program with following method. Method Name - CalcDiscount Return type - float Parameters - The amount and the percentage in float Task of the method - Calculate the value for the given amount using given percentage and return the discount value. (e.g., amount = amount "percentage/100) 9.2 Add two more Methods to your code in task 3, like Multiply and Divide
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
