Question: 5.5.6 I'm not sure how to get started. please answer every part with the given format! thank you. My Section Practice Exercise 5.5.6: Full Fraction



My Section Practice Exercise 5.5.6: Full Fraction Class Spoleta YOUR JOB Implement the following methods in the Fraction class: public void add(Fraction other) public void subtractCFraction other) public void multiply Fraction other) public int getNumerator) public int getDenominator public void setNumerator(int x) public void setDenominator(int x) public String toString Use the FractionTester file to test as you go along HINTS Note that public void add(Fraction other) public void subtractFraction other) public void multiply Fraction other) are void methods. They do not return anything. These methods should not create a new Fraction and return it Instead, these methods should modify the instance variables to be added, subtracted, or multiplied by the Fraction other. For example, if you had the following code in your FractionTester class Fration first-Fraction 31 (9) MC Book Pro A 2 3 4 6 8 8 9 Sandbox My Section Practice Status: Not Submitted 5.5.6: Full Fraction Class Sav Suc M I! FILES 1 public class FractionTester 2.1 3 public static void main(String[args) 1 5 Implement the Fraction class in Fraction.java 6 7 // Then add code here to test out your Fraction class! 8 } 9 1 10 Fractionava FractionTestet
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
