COMP 1098: .NET PROGRAMMING USING CH Page 2 of 5 Lab Assignment 3 Lab Assignment 3 Exercise 03: [10 marks] Write a CH.
Posted: Thu Jul 14, 2022 2:12 pm
COMP 1098: .NET PROGRAMMING USING CH Page 2 of 5 Lab Assignment 3 Lab Assignment 3 Exercise 03: [10 marks] Write a CH. NET Windows Forms application as shown in the screen shot below by implementing the following business requirements: a) Build the GUI as shown. Also, you need to add a combo box not shown in the screen shot below. (4 marks) b) If patient is Senior, then give 10% discount, if he/she is in category-Kids/Youth then 15% discount. For Adults - no discount. . [2 marks] c) Combo box values should be - Provinces - Alberta - Tax 7% Ontario-Tax 13% and Quebec-Tax 6\%). [2 marks] As per the selection of the province, total charges for selected/checked dental service(s) should be calculated and displayed accordingly. (i.e. Adding tax as per province and applying discount). . [2 marks]