Implement the fraction class

Assignment Help JAVA Programming
Reference no: EM13694526

Question 1: implement the Fraction Class,

Add the following functions into the definition of the Fraction class above main. The main function already has the calls to those functions written. You must write the required functions into the Fraction class such that main will then compile and execute correctly.

• Part 1: Fraction add( Fraction other) returns a Fraction that is the sum of the two Fractions.
• Part 2: Fraction sub( Fraction other) returns a Fraction that is the difference between this Fraction minus the other Fraction.
• Part 3: Fraction mult( Fraction other) returns a Fraction that is the product of the two Fractions.
• Part 4: Fraction div( Fraction other) returns a Fraction that is the quotient of the two Fractions.
• Part 5: Fraction recip() returns a Fraction that is the reciprocal of this Fractions.
• Part 6: void reduce() Does not return a Fraction. Just modifies this Fraction by reducing it to its lowest form the out put should like

f1=22/7
f2=3/2
65/14
23/14
33/7
44/21
7/22

You must keep every Fraction reduced at all times. This means that when a new Fraction is constructed it must be reduced before that constructor exits.

No Fraction at any time may be stored in a form other than its reduced form.

This makes the outputted value of the Fraction consistent in all cases and thus makes script grading easier.

Give the answer of given question and also give details.

Reference no: EM13694526

Questions Cloud

Read each line and create one complex object : Write all complex objects to file complexObj.txt and compute sum of all objects and append the object to the end of complexObj.txt
What is the best way to output the result of a function : What is the best way to output the result of a function?
Write a program that specializes in solving the equations : Write a program that specializes in solving the equations Ax=b by Doolittle's decomposition method, where a is the HIbber matrix of arbitrary size nxn and
What is a user friendly text editor : What is a user friendly text editor which comes pre-installed in Mint that can be used directly in the terminal and Having a system which is not update can be at best
Implement the fraction class : Implement the Fraction Class, Add the following functions into the definition of the Fraction class above main. The main function already has the calls to those functions written. You must write the required functions into the Fraction class such..
Find a regular expression for the language : Find a regular expression for the language over {a, b} that consists of all strings containing exactly one occurrence of substring ab.
How long will it take the program to run : How long will it take the program to run with 1000 processors, if each processor is as fast as the single processor on which the serial program was run?
Describe which base class members may not be inherited : Without considering the access attributes, list and describe which base class members may not be inherited by a derived class and provide a rationale for why this is.
How to sort an array using insertion sort : How to sort an array using insertion sort and track teh number of swaps during the sorting - Can someone provide the answer with reference to data structure?

Reviews

Write a Review

JAVA Programming Questions & Answers

  Java problem - g queue

A queue is an ordered collection of items in which the removal of items is restricted to the FIFO ( rst in rst out) principle.

  How to link different classes forms

How to link different classes forms. When a person clicks on A, B, or C the program will go to the addEmployee form or Punch In/Out form in Java.

  Define java implementation to implement the requirements

Produce a Java implementation to implement the requirements of Question 1, that is, to perform the 32-bits two complement and 32-bit floating-point conversion of a given number.

  Compare and contrast the treatment of war

Compare and contrast the treatment of war in O'Brien's "The Things They Carried" and Frank O'Connor's "Guest of the Nation." 3-5 page MLA Format

  Explain java-oriented microprocessors presented by sun

Research the latest Java-oriented microprocessors presented by Sun. In what ways are they optimized to implement Java programs?

  The goal is to create a project that would let a user

the goal is to create a project that would let a user compute area and perimeter of a polygon. restrict the type of

  Consider a typical certification hierarchy

Why might Bob still not trust that the certificate for Alice truly establishes Alice as the owner of the public key in the certificate?

  Write a program that takes 10 values representin

Using a loop, write a program that takes 10 values representin exam grades (between 0 and 100) from the keyboard and outputs the minimum value, maximum value, and average value of all the values entered. Your program should not accept less than 0 ..

  Mvc pattern and servlet

When you use the MVC pattern, the controller directs the flow of control to

  You need to train for 10 weeks

You are preparing for a marathon. In order to prepare, you need to train for 10 weeks, running an increasing number of miles per week, starting at running at least 2 miles your first week up to 26 miles by week 10.

  Write a program that creates an enumeration representing

Sherri rolls a 3 and decides to continue. She then chooses to roll two more times (6, 1). Because she rolled a 1, Sherri's turn ends and she earns 0 points.

  Create a new json view

Add code to your controller to check which view to display.  For this assignment, there will be a URL parameter named "format".  When the value of the "format" parameter is "json" display the JSON view, otherwise display the regular HTML JSP view.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd