#include #include"Rational.h" using std::cout; using std::cin; using std::endl; void main() { CRational Rational1(5,3); int i = 9; }