User profile: ubnir

User info
User name:ubnir
History
Joined:
Number of posts:5
Latest posts:

Calculator Problem
Pass in parameters to each function for the values to use and the functions will return the result. ...

calculator problem
[code]#include <iostream> using namespace std; #include "math.h" double ReadDouble(); void main ...

calculator problem
Even if I put brackets its showing error, I am totally lost..

calculator problem
its says missing ";" after double but if i put ";" after readdouble, it shows more error.

calculator problem
Pass in parameters to each function for the values to use and the functions will return the result. ...