Create an application that accepts an event number


The Perfect Party Catering Company hosts events for clients. Create an application that accepts an event number, the event host's last name, and numeric month, day, and year values representing the event date. Also accept the number of guests that will attend the event and a numeric meal code that represents the entrée the event hosts will serve. As each client's data is entered, verify that the month, day, year, and meal code are valid; if any of this data is not valid, continue to prompt the user until it is. The valid meal codes are as follows:

Code
Entree
Price per Person ($)

1
Roast beef
24.50

2
Salmon
19.00

3
Linguine
16.50

4
Chicken
18.00



Design the logic for an application that produces a report that lists each event number, host name, validated date, meal code, entrée name, number of guests, gross total price for the party, and price for the party after discount. The gross total price for the party is the price per guest for the meal, times the number of guests. The final price includes a discount based on the following table: 


Number of Guests
Discount ($)

1-25
0

26-50
75

51-100
125

101-250
200

251 and over
300

I want it in a pseudocode format not C++ 

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Create an application that accepts an event number
Reference No:- TGS0129700

Expected delivery within 24 Hours