Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

Instructions Create a simple calculator that will add, subtract, multiply. Create a function that will preform each of the operations.

#include <iostream> using namespace std; void add(void); int subtract(int,int); int multi(void); int main() { int x,y,sub,mul; add(); cout<<"\nEnter two numbers to subtract:...
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question