Question: Write a class Rational which represents a numerical value by two double values Numerator and Denominator. Include the following public member functions: - Constructor with

 Write a class Rational which represents a numerical value by two

Write a class Rational which represents a numerical value by two double values Numerator and Denominator. Include the following public member functions: - Constructor with no arguments (default). - Constructor with two parameters. - Reduce() function to reduce the rational number by eliminating the highest common factor between the numerator and the denominator. - Overload the addition, subtraction, multiplication and division operators for this class 0+ (Addition) - (Subtraction x (Multiplication) % (Division) - Overload operator to enable input through in. - Overload (Greater than) 0= (Greater than or equal to) - = (Not equal) - = (Equal to) - Overload pre-increment, pre-decrement, post-increment and post-decrement operator if denominator in a rational number is " 1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!