Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

Lesson 1 - Quiz Lesson 5 Programming Exercise Template Student Name: MEID: Assignment Instructions For this lesson, you will complete your Classic Reunions Project! They loved your work so much, they...

1 answer below »
Lesson 1 - Quiz
Lesson 5
Programming Exercise Template
Student Name:
MEID:
Assignment Instructions
For this lesson, you will complete your Classic Reunions Project! They loved your work so much, they want you to build out capabilities to calculate the cost for options per person.
Classic Reunions, Inc. provides services for high school class reunion organizers.  You've been asked by Classic Reunions, Inc. to design a flowchart and pseudocode for an add-on program that accepts reunion contract data and displays a completed contract ready for a customer's signature.
Accept the following as input:
· Contract numbe
· Contact person's first and last names
· Month, day, and year of the reunion party
· Number of guests expected at the reunion
· Indicators of whether selected options include cocktails, appetizers, dinner, and a band
Calculate the fee as follows:
· Display all the entered data along with the total fee for the reunion, which is calculated as follows:
· $10 per person base price
· An additional $9 per person for appetizers, $12 per person for cocktails, and $16 per person for dinner. 
· If the customer selects appetizers and cocktails, but no dinner, the cost is $9 + $12 per person or $21 per person. 
· If the customer selects cocktails and dinner, but no appetizers, the cost is $12 + $16 per person or $28 per person. 
· If the customer selects appetizers and dinner, but no cocktails, the cost is $9 + $16 per person or $25 per person. 
· If the customer selects appetizers, cocktails, and dinner, instead of the cost being $9 + $12 + $16 = $37 per person, it will be discounted to $35 per person.
· The charge for the band is $750 no matter how many people attend the reunion.
Sample of the output is as follows:
Enter the contract number: 12345
Enter the contact person’s first and last names: Chris Santo
Month, Day and Year of the Reunion Party: 02/21/2021
Number of Guests Expected ($10 per person): 105
Will there be cocktails ($12 per person) at the party? (Y or N)
N
Will there be appetizers ($9 per person) at the party? (Y or N)
Y
Will there be dinner ($16 per person) at the party? (Y or N)
Y
Will there be a band ($750 cost) at the party? (Y or N)
Y
=======================================================
Contact Number: 12345
Contact Person: Chris Santo
Date of Reunion: 02/21/2021
Number of Guests Expected: 105
Options Selected:
Cocktails: N
Appetizers: Y
Dinner: Y
Band: Y
The total cost is $4425.
Thank you for using Classic Reunions, Inc.
Signature______________________________________________
=======================================================
Part 1: Create a Flowchart
1. Using the information above, create a flowchart for the high school reunion scenario.
2. Export the flowchart as a PNG file.
a. If you are using draw.io to create the flowchart, go to File > Export as > PNG to export your flowchart to PNG format.
3. Insert the flowchart image below.
Flowchart (mandatory, insert below)
Part 2: Write pseudocode
1. Create pseudocode for the scenario.
Pseudocode (mandatory, insert below)
Answered 1 days After Apr 25, 2021

Solution

Neha answered on Apr 26 2021
144 Votes
Lesson 1 - Quiz
Lesson 5
Programming Exercise Template
Student Name:
MEID:
Assignment Instructions
For this lesson, you will complete your Classic Reunions Project! They loved your work so much, they want you to build out capabilities to calculate the cost for options per person.
Classic Reunions, Inc. provides services for high school class reunion organizers.  You've been asked by Classic Reunions, Inc. to design a flowchart and pseudocode for an add-on program that accepts reunion contract data and displays a completed contract ready for a customer's signature.
Accept the following as input:
· Contract numbe
· Contact person's first and last names
· Month, day, and year of the reunion party
· Number of guests expected at the reunion
· Indicators of whether selected options include cocktails, appetizers, dinner, and a band
Calculate the fee as follows:
· Display all the entered data along with the total fee for the reunion, which is calculated as follows:
· $10 per person base price
· An additional $9 per person for appetizers, $12 per person for cocktails, and $16 per person for dinner. 
· If the...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here