Create a new file (in Dev C++) and save it as lab7_XYZ.cpp (replace XYZ with your initials). 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... NOTE: Make sure to handle integer division (int/int = int, but we want decimal result!) Submit the completed CPP file (not the EXE file) back to this assignment.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter13: File Input And Output
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question

Create a new file (in Dev C++) and save it as lab7_XYZ.cpp (replace XYZ with your initials).

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

NOTE: Make sure to handle integer division (int/int = int, but we want decimal result!)

Submit the completed CPP file (not the EXE file) back to this assignment.

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Graphical User Interface
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,