CS120
Assignment #7

Due on or before October 11 at 11:59 PM.

For this assignment you will be creating and testing a fraction class. The fraction class should have the following features:

To test the fraction class, create at least three different fraction objects and use these instances to test all of the above functions. Be sure to test each instance with different data to ensure that your fraction class is working correctly.

Turn in: Use the script command to demonstrate how your program runs. Place the output from the script command into a file named Assignment7output.txt. If you can't finish all of the specified functionality, turn in as much as you complete, but what you turn in must compile and run. Turn in a copy of your program code and the Assignment7output.txt file to Canvas.