Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The programming language is C++ Please Include pseudocode and comment. It has to have five options as shown in the example Objectives To learn to
The programming language is C++ Please Include pseudocode and comment.
It has to have five options as shown in the example
Objectives To learn to code, compile and run a program using all the various conditional statements To learn how to obtain user input and output conversation, like a phone menu system would Assignment Plan and code a program to do the following. You want to set up a phone menu system for a company or a service. You can choose what type of company (a bank or a restaurant, etc.) or a service, such as 911 or college info. Using the SWITCH/CASE statement code several options for phone callers to choose from. Then once inside one of the menu choices use other structures such as nested if statements, else-if statements and ternary operators to complete more phone choices and options. Also use a few Boolean variables in the program as well. Input First name of the customer as well as all numbers and characters they input as they go through the menu. Calculations Depending on what the menu service is there will be several calculations. For a bank phone menu, it might tell the customer how much interest they earned this month. Output Output the caller's name, and all the phone menu's messages to the caller, as well as the caller's responses. Have about 10 responses per call and then have the phone menu say "Goodbye, hope you resolved your matter" or words to that effect. Here's just one example of a phone menu 'tree' that you could code in C++ Welcome greeting Emergency or outage Billing or payment Moving in or moving out Work orders Speak to service representative Amount due. due date, last payment received Stop service Check status of a work order More time to pay your bill Start service Submit a work order Pay by phone More time to pay or spread payments over time Spread payments out over time Move service to another address Disconnect due to non- payment Hear disconnection status Hear payment locations Hear how to have service reconnected 5 Objectives To learn to code, compile and run a program using all the various conditional statements To learn how to obtain user input and output conversation, like a phone menu system would Assignment Plan and code a program to do the following. You want to set up a phone menu system for a company or a service. You can choose what type of company (a bank or a restaurant, etc.) or a service, such as 911 or college info. Using the SWITCH/CASE statement code several options for phone callers to choose from. Then once inside one of the menu choices use other structures such as nested if statements, else-if statements and ternary operators to complete more phone choices and options. Also use a few Boolean variables in the program as well. Input First name of the customer as well as all numbers and characters they input as they go through the menu. Calculations Depending on what the menu service is there will be several calculations. For a bank phone menu, it might tell the customer how much interest they earned this month. Output Output the caller's name, and all the phone menu's messages to the caller, as well as the caller's responses. Have about 10 responses per call and then have the phone menu say "Goodbye, hope you resolved your matter" or words to that effect. Here's just one example of a phone menu 'tree' that you could code in C++ Welcome greeting Emergency or outage Billing or payment Moving in or moving out Work orders Speak to service representative Amount due. due date, last payment received Stop service Check status of a work order More time to pay your bill Start service Submit a work order Pay by phone More time to pay or spread payments over time Spread payments out over time Move service to another address Disconnect due to non- payment Hear disconnection status Hear payment locations Hear how to have service reconnected 5Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started