Write a program (or modify the one written for Lab 2) that displays the following menu and prompts the user for a selection. Once the selection has been made, display the selection back to the user. Then, ask the user for two numbers and perform the selected operation (+, -,*, /). Display the results back to the user (e.g. 2 +3 = 5). When dividing, display an error message if the second number (denominator) is 0. 1) Add two numbers 2) Subtract two numbers 3) Multiply two numbers 4) 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 the user for selection display the selection back to the user • if the selection was invalid, display error message to user and then go to goodbye message if the selection was valid, prompt the user for two numbers • if the operation is division, and the second number is 0, display error message to user and then go to goodbye message • for any other scenario, perform the operation and display the results • display a "goodbye" message before exiting the program HINT: The switch statement is ideal for menu-driven programs...

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
Write a program (or modify the one written for Lab 2) that displays the following menu and prompts the user
for a selection. Once the selection has been made, display the selection back to the user. Then, ask the user for
two numbers and perform the selected operation (+, -, ", /). Display the results back to the user (e.g. 2+3 = 5).
When dividing, display an error message if the second number (denominator) is 0.
1) Add two numbers 2) Subtract two numbers 3) Multiply two numbers 4) 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 the user for selection
• display the selection back to the user
• if the selection was invalid, display error message to user and then go to goodbye message
• if the selection was valid, prompt the user for two numbers
• if the operation is division, and the second number is 0, display error message to user and then go to
goodbye message
• for any other scenario, perform the operation and display the results
• display a "goodbye" message before exiting the program
HINT: The switch statement is ideal for menu-driven programs...
SAMPLE OUTPUT FOR VALID MENU SELECTION
You entered 2, subtract two numbers
SAMPLE OUTPUT FOR INVALID MENU SELECTION
You entered 5, an invalid selection
SAMPLE OUTPUT FOR ADD Please enter two numbers, separated by a space: 23
2+3 = 5
SAMPLE OUTPUT FOR DIVISION ERROR Please enter two numbers, separated by a space: 20
Divicic
Transcribed Image Text:Write a program (or modify the one written for Lab 2) that displays the following menu and prompts the user for a selection. Once the selection has been made, display the selection back to the user. Then, ask the user for two numbers and perform the selected operation (+, -, ", /). Display the results back to the user (e.g. 2+3 = 5). When dividing, display an error message if the second number (denominator) is 0. 1) Add two numbers 2) Subtract two numbers 3) Multiply two numbers 4) 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 the user for selection • display the selection back to the user • if the selection was invalid, display error message to user and then go to goodbye message • if the selection was valid, prompt the user for two numbers • if the operation is division, and the second number is 0, display error message to user and then go to goodbye message • for any other scenario, perform the operation and display the results • display a "goodbye" message before exiting the program HINT: The switch statement is ideal for menu-driven programs... SAMPLE OUTPUT FOR VALID MENU SELECTION You entered 2, subtract two numbers SAMPLE OUTPUT FOR INVALID MENU SELECTION You entered 5, an invalid selection SAMPLE OUTPUT FOR ADD Please enter two numbers, separated by a space: 23 2+3 = 5 SAMPLE OUTPUT FOR DIVISION ERROR Please enter two numbers, separated by a space: 20 Divicic
Expert Solution
steps

Step by step

Solved in 2 steps with 2 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