2009年6月24日 星期三

Homework 8 4/13 Fraction multiply test

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);

due date: 4/27/2009

程式畫面 Class





程式畫面 Demo

沒有留言:

張貼留言