Question: c# Write compile and test a GUI program named NinasCookieSource. At form load, the following object properties should be set: Chocolate Chip cookie radio button
c#
Write compile and test a GUI program named NinasCookieSource.
At form load, the following object properties should be set:
Chocolate Chip cookie radio button Checked property = True.
One Dozen quantity radio button Checked property = True.
DateTimePicker control MinDate property = the current date plus 3 days
DateTimePicker control MaxDate property = the current date plus 10 days.
Changing the selected cookie type or quantity radio button should trigger an update to the total price displayed.
Changing the desired delivery date will trigger an update to the date displayed.
The following prices (per dozen) should be used for the cookie types: Chocolate Chip: $8.99 Oatmeal: $6.99 Vanilla Wafer: $6.49
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
