17.6 (rational class) create a class called rational for performing

17.6 (Rational Class) Create a class called Rational for performing arithmetic with fractions. Write a program to test your class.

Use integer variables to represent the private data of the class—the numerator and the denominator. Provide a constructor that enables an object of this class to be initialized when it’s declared. The constructor should contain default values in case no initializers are provided and should store the fraction in reduced form. For example, the fraction 2/4would be stored in the object as 1 in the numerator and 2 in the denominator. Provide public member functions that perform each of the following tasks:

a. Adding two Rational numbers. The result should be stored in reduced form.

b. Subtracting two Rational numbers. The result should be stored in reduced form.

c. Multiplying two Rational numbers. The result should be stored in reduced form.

d. Dividing two Rational numbers. The result should be stored in reduced form.

e. Printing Rational numbers in the form a/b, where a is the numerator and b is the denominator.

f. Printing Rational numbers in floating-point format.

 

 

 //Rational.h

#ifndef RATIONAL_H

#define RATIONAL_H

Class Rational

{

public:

Rational(int=0,int=1);//default constructor

Rational addition (const Rational&);//function addition

Rational subtraction (const Rational&);//function subtraction

Rational multiplication(const Rational&);//function multi.

Rational division (const Rational&);//function division

Void printRational ();//print rational format

Void printRationalAsDouble ();//print rational as double format

private:

int numerator;//integer numerator

int denominator;//integer denominator

void reduction();//utility  function

}; //end class Rational

#endif

Calculate the price
Make an order in advance and get the best price
Pages (550 words)
$0.00
*Price with a welcome 15% discount applied.
Pro tip: If you want to save more money and pay the lowest price, you need to set a more extended deadline.
We know how difficult it is to be a student these days. That's why our prices are one of the most affordable on the market, and there are no hidden fees.

Instead, we offer bonuses, discounts, and free services to make your experience outstanding.
How it works
Receive a 100% original paper that will pass Turnitin from a top essay writing service
step 1
Upload your instructions
Fill out the order form and provide paper details. You can even attach screenshots or add additional instructions later. If something is not clear or missing, the writer will contact you for clarification.
Pro service tips
How to get the most out of your experience with Australia Assessments
One writer throughout the entire course
If you like the writer, you can hire them again. Just copy & paste their ID on the order form ("Preferred Writer's ID" field). This way, your vocabulary will be uniform, and the writer will be aware of your needs.
The same paper from different writers
You can order essay or any other work from two different writers to choose the best one or give another version to a friend. This can be done through the add-on "Same paper from another writer."
Copy of sources used by the writer
Our college essay writers work with ScienceDirect and other databases. They can send you articles or materials used in PDF or through screenshots. Just tick the "Copy of sources" field on the order form.
Testimonials
See why 20k+ students have chosen us as their sole writing assistance provider
Check out the latest reviews and opinions submitted by real customers worldwide and make an informed decision.
Database Development and Management
Thank you for helping me do this. You saved me a lot of time
Customer 464345, June 18th, 2023
Business
Good work!
Customer 463337, March 10th, 2023
Marketing & Advertising
Excellent work. Looking forward to working with you in the future.
Customer 463467, November 10th, 2022
Retail
Thank you for your work. We had to fix some grammatical errors. In the future, please remember to proofread content before submitting. We look forward to future contributions.
Customer 463469, October 21st, 2022
English 101
TEST
Customer 463149, July 12th, 2022
History
The work is of really good quality and was done on time.
Customer 454439, June 1st, 2020
Aviation
Paper was received on time but the revision was late. This was worth the wait as the revision helped me better understand the topic more. Thanks!
Customer 454145, April 12th, 2020
Nursing
thks
Customer 453939, January 27th, 2020
Military
Excellent work
Customer 456821, June 22nd, 2022
SEO
Great work.Recommendable
Customer 463647, May 14th, 2023
accounting
Good work.
Customer 459155, May 22nd, 2022
SEO
All instructions well followed.
Customer 463813, March 8th, 2023
11,595
Customer reviews in total
96%
Current satisfaction rate
3 pages
Average paper length
37%
Customers referred by a friend
OUR GIFT TO YOU
15% OFF your first order
Use a coupon FIRST15 and enjoy expert help with any task at the most affordable price.
Claim my 15% OFF Order in Chat