Question: C++ Only. Calculator using pointers and functions. Write a program to perform the following arithmetic operation; addition, subtraction, multiplication, and division. The user is required
C++ Only. Calculator using pointers and functions.
Write a program to perform the following arithmetic operation; addition, subtraction, multiplication, and division. The user is required to enter 2 integers as the input. By using these inputs, the user can select which arithmetic operation to be done. The user can perform the operation on one time inserted data as many times as they wish. In this exercise, you need to fully utilize the use of pointers and functions.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
