In Lab 2, you created a menu for a simple calculator program. In Lab 6, you added some functionality based on the user selection. In this lab, you will add some more functionality to the program. Use loops to keep running the program until the user chooses the exit condition (9). When dividing, use a loop to validate user input, making sure the denominator (second number) is not zero. If the user enters a 0 for the second number, display an error message and keep prompting until a non-zero number is entered. 1) Add two numbers2) Subtract two numbers3) Multiply two numbers4) Divide two numbers 9) Exit program The program should: • contain header comments as shown in class • display a hello message before presenting the menu display the menu • prompt user for selection

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
In Lab 2, you created a menu for a simple calculator program. In Lab 6, you added some functionality based on
the user selection. In this lab, you will add some more functionality to the program. Use loops to keep running
the program until the user chooses the exit condition (9). When dividing, use a loop to validate user input,
making sure the denominator (second number) is not zero. If the user enters a 0 for the second number,
display an error message and keep prompting until a non-zero number is entered.
1) Add two numbers2) Subtract two numbers3) Multiply two numbers4) Divide two numbers
9) Exit program
The program should:
• contain header comments as shown in class
• display a hello message before presenting the menu
• display the menu
• prompt user for selection
• echo the selection back to the user
• if the selection was invalid, display error message to user and then loop back to menu
if the selection was valid, prompt the user for two numbers
• if the operation is division, and the second number is zero, display error message to user and
then loop (with new prompt) until non-zero number is entered
• for any other scenario, perform the operation and display the results
• use loop to present menu again and ask for another selection
• continue looping until user selects exit condition
• display a goodbye message before exiting the program
HINT: The loop should continue until some condition is false. What is that condition? When should it be set
false? Consider using a flag variable for the loop.
Make it as simple as you can please. :D
Language is C++
Transcribed Image Text:In Lab 2, you created a menu for a simple calculator program. In Lab 6, you added some functionality based on the user selection. In this lab, you will add some more functionality to the program. Use loops to keep running the program until the user chooses the exit condition (9). When dividing, use a loop to validate user input, making sure the denominator (second number) is not zero. If the user enters a 0 for the second number, display an error message and keep prompting until a non-zero number is entered. 1) Add two numbers2) Subtract two numbers3) Multiply two numbers4) Divide two numbers 9) Exit program The program should: • contain header comments as shown in class • display a hello message before presenting the menu • display the menu • prompt user for selection • echo the selection back to the user • if the selection was invalid, display error message to user and then loop back to menu if the selection was valid, prompt the user for two numbers • if the operation is division, and the second number is zero, display error message to user and then loop (with new prompt) until non-zero number is entered • for any other scenario, perform the operation and display the results • use loop to present menu again and ask for another selection • continue looping until user selects exit condition • display a goodbye message before exiting the program HINT: The loop should continue until some condition is false. What is that condition? When should it be set false? Consider using a flag variable for the loop. Make it as simple as you can please. :D Language is C++
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY