Written in code C and with clear and concise comments Extend your addition, subtraction, multiplication and division program to now present the user with an option to display only one of the results or to display them all, as demonstrated in Figure 2.3. Your program should accept two numbers from the user and carry out all four mathematical operations as before. The results will then be stored in an array and the user will be asked which operation they actually prefer to see displayed on the screen. When the option has been selected, the corresponding mathematical operation should be displayed using printf embedded in various if else statements.  Since there are five different cases (display results for +, -, *, / and all of these) you should include five consecutive if (else if) statements, one for each option. In fact, you should also notify the user in case a non-valid option entry is typed, i.e. a number that is not within 1 – 4. This should be the final else statement. Your program should include sensible comments as usual.

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

Written in code C and with clear and concise comments

Extend your addition, subtraction, multiplication and division program to now present the user with an option to display only one of the results or to display them all, as demonstrated in Figure 2.3. Your program should accept two numbers from the user and carry out all four mathematical operations as before. The results will then be stored in an array and the user will be asked which operation they actually prefer to see displayed on the screen. When the option has been selected, the corresponding mathematical operation should be displayed using printf
embedded in various if else statements. 
Since there are five different cases (display results for +, -, *, / and all of these) you should include five consecutive if (else if) statements, one for each option. In fact, you should also notify the user in case a non-valid option entry is typed, i.e. a number that is not within 1 – 4.
This should be the final else statement.
Your program should include sensible comments as usual.

C: C:\windows\system32\cmd.exe
Please enter the first number: 27
And now the second number: 3
Options:
1. Addition
2. Subtraction
Multiplication
4. Division
3.
5. All of the above
Please enter your choice: 5
Result:
27.00
3.00
27.00
3.00
27.00 *
3.00
27.00
3.00
Press any key to continue
111
30.00
24.00
81.00
9.00
0
X
Transcribed Image Text:C: C:\windows\system32\cmd.exe Please enter the first number: 27 And now the second number: 3 Options: 1. Addition 2. Subtraction Multiplication 4. Division 3. 5. All of the above Please enter your choice: 5 Result: 27.00 3.00 27.00 3.00 27.00 * 3.00 27.00 3.00 Press any key to continue 111 30.00 24.00 81.00 9.00 0 X
Expert Solution
steps

Step by step

Solved in 3 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