Create a class called Rational for performing arithmetic with fractions. Write a driver program to test your class. Use integer variables to represent the private data of the class--the numerator and ...