solution.
Just one of above requirements is violated, your work will be considered as invalid.On completion, submit the whole solution folder.
Before submitting, you can delete the folder [bin] in each project to reduce the size of the solution, to fit the requirements of PEA_Client.
Question 1. (4 points)
You are asked to write a console application that includes:
(0.5 point) The delegate named TaxCalculation that take a Product as input parameter and return one double.
(3.5 point) The class Product that contains:
Four public properties (not public fields): Id (int), Name (string), Type (string) and Price (double).
Necessary constructors.
Two public methods:
public void Display (TaxCalculation c)
+ 100%
Zoom
Close