# Write a program that has a class called Fraction with attributes numerator and # denominator. # a.Write a method called getdata to enter the values of the attributes. # b.Write a method show to ...