Question: Write a Java program with the Sollowing specifications t. Define 2 privane attributes in Fractioe class, the numerator and the denceminator. Defime the coestructoe for
Write a Java program with the Sollowing specifications t. Define 2 privane attributes in Fractioe class, the numerator and the denceminator. Defime the coestructoe for this class 2 Define the setters (mutators) and the getters (accessors) for the Fraction class Define also the following custom methods in the Fracticn class show FractionForm determineFractionType The fraction types are as follows: Proper Fraction-numerator is less than the denominaton Improper Fraction-umerator is greater than the denoein but the quotient is a real number (ex: 345) e Whole Number-numerator is grcater than the demoeminatoc,but the quotient has no decimal part Create a main class named Math. This class should coetain the main method Instantiale an object of the Fraction class in the main method Invoke the methods of the Fraction class in the mainmethod t display the requirements as shown in the sample output Sample Output pt againt y The program should loop back to data entry upon confir the user and will terminate as confirmed by the user by Assume that the program user will only input integer values
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
