Description: A calculator simulator code is presented here to be used for basic mathematical operations. The simulator requires inserting two non-negative two-digit numbers between 0 and 99 then select one of five operators ( +, *. /, %). The output is simply the result of the mathematical operation between the two numbers using the operator (num1 op num2). If 25.5 12 - are inserted the output is 13.5. However a number of constrains should be reserved as follows: 1- All the numbers inserted and the result must be non-negative. 2- The subtraction process take the absolute difference between the two numbers. 3- The result comes with no more than two digits after the fraction point. 4- A wrong entry of any number or operator will cause "Wrong entry" message to appear. 5- A division by zero will cause "Division error" message to appear. 6- The % takes integer numbers only. Wrong numbers cause "Only integers" message to appear.

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
None
IMPORTANT NOTE
• Do not add any cout statements except for
the final answer as specified above.
• Do not add "Enter a number", "the number
of digits is" or any similar prompts.
• Also note that the automatic grader is
Description:
A calculator simulator code is presented
here to be used for basic mathematical
case-sensitive; so "error" is wrong but
"ERROR" is correct.
• Do not add any unnecessary spaces inside
thr strings of cout statements" ".
• You may add any libraries needed.
operations. The simulator requires inserting
two non-negative two-digit numbers
between 0 and 99 then select one of five
operators ( +- *, /, %). The output is
simply the result of the mathematical
operation between the two numbers using
the operator (num1 op num2). If 25.5 12 -
Program Input:
are inserted the output is 13.5. However a
Two numbers and a mathmatical operator
number of constrains should be reserved as
Program Output:
follows:
The result of a mathmatical operatin including
1- All the numbers inserted and the result
the inputs
must be non-negative.
2- The subtraction process take the
Sample Testcase 0:
absolute difference between the two
Input:
numbers.
7.125 59.21 +
3- The result comes with no more than two
Output:
digits after the fraction point.
66.33
4- A wrong entry of any number or operator
will cause "Wrong entry" message to
appear.
Sample Testcase 1:
5- A division by zero will cause "Division
Input:
error" message to appear.
-5 100 *
6- The % takes integer numbers only. Wrong
Output:
numbers cause "Only integers" message to
Wrong entry
appear.
Sample Testcase 2:
Input:
4.20/
Output: Division error
Transcribed Image Text:IMPORTANT NOTE • Do not add any cout statements except for the final answer as specified above. • Do not add "Enter a number", "the number of digits is" or any similar prompts. • Also note that the automatic grader is Description: A calculator simulator code is presented here to be used for basic mathematical case-sensitive; so "error" is wrong but "ERROR" is correct. • Do not add any unnecessary spaces inside thr strings of cout statements" ". • You may add any libraries needed. operations. The simulator requires inserting two non-negative two-digit numbers between 0 and 99 then select one of five operators ( +- *, /, %). The output is simply the result of the mathematical operation between the two numbers using the operator (num1 op num2). If 25.5 12 - Program Input: are inserted the output is 13.5. However a Two numbers and a mathmatical operator number of constrains should be reserved as Program Output: follows: The result of a mathmatical operatin including 1- All the numbers inserted and the result the inputs must be non-negative. 2- The subtraction process take the Sample Testcase 0: absolute difference between the two Input: numbers. 7.125 59.21 + 3- The result comes with no more than two Output: digits after the fraction point. 66.33 4- A wrong entry of any number or operator will cause "Wrong entry" message to appear. Sample Testcase 1: 5- A division by zero will cause "Division Input: error" message to appear. -5 100 * 6- The % takes integer numbers only. Wrong Output: numbers cause "Only integers" message to Wrong entry appear. Sample Testcase 2: Input: 4.20/ Output: Division error
Expert Solution
steps

Step by step

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