Subtraction in C++I would like an answer to this too. I dont understand how to do it from the link.
Calculator ProblemThank you! Works perfectly now! [code] #include <iostream> #include <cmath> double add(doubl...
Calculator ProblemHere is how it would be done without functions. [code]#include <iostream> #include <cmath> void mai...
Calculator ProblemHow do I take the returned sum and make it equal a and then run main2 again?
Calculator ProblemOkay. [code] #include <iostream> #include <cmath> double mult(double a, double b){ double sum=a*b...