A rational number is the form of a/b, where a and b are integers with b != 0. Develop and test a class for processing rational numbers. The class should have a numerator data member and a denominator data member. It should read an display all rational numbers in the format a/b; for output, just display a if the denominator is 1.