9.6 (Rational CLass) Create a class called Rational for performing arithmetic with fractions. Write a Program to test your class. Use integer variables to represent the private data of the class -- ...