question archive C++ Project The COSC-1437 Final Project requires you to write the pseudocode of a two part application
Subject:Computer SciencePrice: Bought3
C++ Project
The COSC-1437 Final Project requires you to write the pseudocode of a two part application. Part one is the same as one of the Case Studies for COSC-1436. Part one is required to complete part two.
Here is the scenario and requirements for Part One:
Function
Description
main
Calls menu and dispatches control to the appropriate function based on user choice of retreat.
menu
Displays a menu listing each retreat. User selections are returned to main.
burgundy
Calculates charges for The Ron Burgundy People Know Me Retreat.
scott
Calculates charges for The Michael Scott World's Best Boss Retreat.
cox
Calculates charges for the Dr. Cox Presents Man Not Caring Retreat.
johnson
Calculates charges for the Tony Johnson's I Really Don't Care Retreat.
Here is the scenario and requirements for Part Two:
Course References