Question: Project 1 Book Chapter 6, programming project s Define a class for a type called Fraction. This class is used to represent a ratio of
Project 1 Book Chapter 6, programming project s Define a class for a type called Fraction. This class is used to represent a ratio of two int Include mutator functions and allow the user to set the numerator and the denominator. Also include a member function that returns the value of the numerator divided by the denominator as a double. Include an additional member function that outputs the value of the fraction reduced egers. to lowest terms. For example, instead of outputting 20/60 the function should output for the numerator and the denominator, and then dividing both by the number. Embed your class in a test program Additional information: Use only one file or the program. Clearly separate the declaration and implementation sections. Sample output: Please enter the numerator: 6 Please enter the denominator: 12 Your fraction is: 6/12 The value of the fraction is: 0.5 The fraction in lowest terms is: 1/2 Note: The output should look exactly as shown the example above. Bold characters mean user input. How to submit When you are done with the C++ program copy and paste the code into a Word document. Save the file as Last Name.FirstName.Project1.docx Post it on Blackboard
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
