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++

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter12: Exception Handling
Section: Chapter Questions
Problem 1GZ
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++

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Types of Loop
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning