subject
Computers and Technology, 02.07.2019 17:10 hjenn31

Objective: the objective of the assignment is to write a c# gui app using check boxes and combo boxes from windows forms to create gui objects. instructions: cindy’s catering provides meals for parties and special events. create an interactive gui app that allows cindy's catering to better operate their business. the following data must be entered concerning the customer and the event:  the customer’s name must be entered into a text field.  the customer’s contact phone number into a text field.  the number of guests invited to a cindy catered event into a text field.  the customer must choose one entrée from a group of at least four choices.  the customer must choose up to two side dishes from a group of at least four choices.  the customer must choose one desert from a group of at least three choices. the programmer can make the choices as s(he) desires. display the cost of the event that is calculated as $35 per person. to validate the input data, do the following:  if the value entered for the number of guest is not numeric, set the event price to zero.  if the user attempts to choose more than two side dishes, remove all the current side dish selections so that the user can start over.

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 19:10, hgdthbgjnb83661
What a backup plan that you have created in a event you encounter a situation
Answers: 2
image
Computers and Technology, 23.06.2019 02:30, jaueuxsn
Which component acts as a platform on which application software runs
Answers: 2
image
Computers and Technology, 23.06.2019 22:30, BilliePaul95
Janice usually works on a particular workbook that contains all business related data. she decides to keep a backup of all the data in a separate workbook. she opens a new workbook to transfer the data. which option should she use to copy all the data from one workbook to another workbook?
Answers: 1
image
Computers and Technology, 25.06.2019 05:10, Joosee4075
Create a console project in c#. 1. create an interface "imyinterface. cs" - add a method "string imessage()" 2. create a class named "c1.cs" - add 4 private data members, create property for each data member double loanamnout=0.0; double years=0.0; double interests=0.0; double interestrate=0.0; 3. - add a constructor with parameters to assign values to loanamnout, years, interestrate with values that user entered. 4. - add one method “payinterests()” to return the interests interests = loanamnout * interestrate * years 5. - inheritate "imyinterface", implement the method " imessage()", return string "be ready! ” 6. in program. cs, have users to enter loanamnout, years, interestrate. - call method payinterests() to display total interests. - call imessage() to display "be ready! ”
Answers: 3
You know the right answer?
Objective: the objective of the assignment is to write a c# gui app using check boxes and combo box...

Questions in other subjects: