Write a simple calculator program. In cach line entered, the next operation to be performed and the right- hand side value (operator and operand) should be written. The left-hand side value should be the variable named as storage and the result should be passed back to the variable storage. This calculator program should have two functions. One of them is the get_data function that takes the operator and operand from the user to be entered from the keyboard. This function should generate the operator and the operand with the two output parameters it receives. The other function to use is the calculation function. This function should take the operator and operand information obtained by the get_data function as input parameters and find the information of the storage variable, which is both input and output parameter. In short, the parameters of the functions must be pointers. Valid operators are as follows. The q0 value must be entered as operator for output.

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

Please write the code using C language?

Write a simple calculator program. In each line entered, the next operation to be performed and the right-
hand side value (operator and operand) should be written. The left-hand side value should be the variable
named as storage and the result should be passed back to the variable storage. This calculator
program should have two functions. One of them is the get_data function that takes the operator and
operand from the user to be entered from the keyboard. This function should generate the operator and the
operand with the two output parameters it receives. The other function to use is the calculation
function. This function should take the operator and operand information obtained by the get_data
function as input parameters and find the information of the storage variable, which is both input and
output parameter. In short, the parameters of the functions must be pointers. Valid operators are as
follows. The q0 value must be entered as operator for output.
Operator
Meaning
Addition
Subtraction
Exponentiation
Multiplication
Division
Modulus
Exit
Transcribed Image Text:Write a simple calculator program. In each line entered, the next operation to be performed and the right- hand side value (operator and operand) should be written. The left-hand side value should be the variable named as storage and the result should be passed back to the variable storage. This calculator program should have two functions. One of them is the get_data function that takes the operator and operand from the user to be entered from the keyboard. This function should generate the operator and the operand with the two output parameters it receives. The other function to use is the calculation function. This function should take the operator and operand information obtained by the get_data function as input parameters and find the information of the storage variable, which is both input and output parameter. In short, the parameters of the functions must be pointers. Valid operators are as follows. The q0 value must be entered as operator for output. Operator Meaning Addition Subtraction Exponentiation Multiplication Division Modulus Exit
SAMPLE PROGRAM OUTPUT:
Enter Operator and operand:
+5
Result=5.o
-3
Result=2.0
^2
Result=4.0
q0
Transcribed Image Text:SAMPLE PROGRAM OUTPUT: Enter Operator and operand: +5 Result=5.o -3 Result=2.0 ^2 Result=4.0 q0
Expert Solution
steps

Step by step

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