How can I get a rational cpp and rational.h from this?Get a cpp and h from this code. #ifndef RATIONAL_H #define RATIONAL_H #include <ostream> usi...
Help with a Rational Number codeI need some help.. I can't get it to work. The / operator is giving error also the friend ostream. ...