I'm sort of lost on how to write code that allows for the multiplication, subtraction, and division of fractions within a fractions class. Could anyone give me an outline of how to do so?
Say you have a class fractions. Simply add in operator calls for each thing, and implement it. Here is a quick example (just multiplication, you do the rest):