2009年5月4日 星期一

Homework 4-13-2009 Fraction Multiplication

Write a program to implement a method that can multiply 2 fractions. You will implement a class called Fraction consisting of a numerator and a denominator. The multiplication of
2 fractions should be equal to a fraction.
Use 1/2 * 1/3 as the test.

Hints:
Fraction f1, f2;
f1.multiply(f2);





改成1/2 * 2/3


due date: 4/27/2009

沒有在期限內做出來
卡在通分卡太久
又死撐著不去看別人怎麼寫
不算藉口的藉口...

沒有留言:

張貼留言