Question: Due Date: TBD, Commit your solution to your given repository. Name : Student ID: You need to implement SimpleFraction class which is within package PJ1
Due Date: TBD, Commit your solution to your given repository.
Name : Student ID:
You need to implement SimpleFraction class which is within package PJ1 See PJ1/SimpleFraction.java and PJ1/SimpleFractionInterface.java for specifications
Use PJ1_Test.java to test correctness of your proggram
Compile programs (you are in directory containing Readme file):
javac PJ1/*.java javac PJ1_Test.java
Run programs (you are in directory containing Readme file):
// Run tests in SimpleFraction class java PJ1.SimpleFraction
// Run main test program java PJ1_Test
You need to implement SimpleFraction class which is within package PJ1 See PJ1/SimpleFraction.java and PJ1/SimpleFractionInterface.java for specifications
Use PJ1_Test.java to test correctness of your proggram
Compile programs (you are in directory containing Readme file):
javac PJ1/*.java javac PJ1_Test.java
Run programs (you are in directory containing Readme file):
// Run tests in SimpleFraction class java PJ1.SimpleFraction
// Run main test program java PJ1_Test
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
