User profile: Syvel

User info
User name:Syvel
History
Joined:
Number of posts:20
Latest posts:

Subtraction in C++
I would like an answer to this too. I dont understand how to do it from the link.

Calculator Problem
Thank you! Works perfectly now! [code] #include <iostream> #include <cmath> double add(doubl...

Calculator Problem
Here is how it would be done without functions. [code]#include <iostream> #include <cmath> void mai...

Calculator Problem
How do I take the returned sum and make it equal a and then run main2 again?

Calculator Problem
Okay. [code] #include <iostream> #include <cmath> double mult(double a, double b){ double sum=a*b...