2
Reply

How to implement this in C# ?

Abhishek  Jaiswal

Abhishek Jaiswal

May 11 2014 12:44 AM
963


Add new functionality according to the following specification. A private patient, according to his/her policy, is able to receive a discount from the Doctor's fee. These discounts are: Level A – 10% Level B – 20% Level C – 30% Implement functionality that enables the Doctor's fee to be calculated according to the above requirements. Note a public patient gets no discount.

// for reference you can use these

Attachment: code.zip

Answers (2)