Question: Using C# I need a console application class that will allow for the addition, subtraction, multiplication and division of 2 rational numbers. The class may
Using C#
I need a console application class that will allow for the addition, subtraction, multiplication and division of 2 rational numbers. The class may use operator overloading for +, -, * and / operations. The class must have ToString and Equals methods that override the ToString and Equal methods of the object class. The rational number must be properly formatted and in simplest form. Improper fractions are allowed(11/98, 121/25 ). You may use the following as a starting point for your class:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
