0% found this document useful (0 votes)
31 views

Rich Text Editor File

A static method is described that performs multiplication and returns the resultant object. The method multiplies fractions where the numerator of the first fraction is multiplied by the numerator of the second and the denominator of the first is multiplied by the denominator of the second, following the formula a/b * c/d = ac/bd.

Uploaded by

solocheruic
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as EHTML, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views

Rich Text Editor File

A static method is described that performs multiplication and returns the resultant object. The method multiplies fractions where the numerator of the first fraction is multiplied by the numerator of the second and the denominator of the first is multiplied by the denominator of the second, following the formula a/b * c/d = ac/bd.

Uploaded by

solocheruic
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as EHTML, PDF, TXT or read online on Scribd
You are on page 1/ 1

Write a static method for multiplication which returns the resultant object.

[Hint a/b * c/d = ac/bd]

You might also like