Define a Complex class with a static method for computing complex addition. Use (2+3i)*(4+5i) in your test.
2009年5月25日 星期一
Lab Magic Parking Tower
A parking tower is out of order someday. If you park a Benz, you will end up with a Torben. Write a program to simulate this scenario. First create a class called CarParked which has a static method called outOfOrder. Name an object called yourCar, which happens to be a Benz. Your program should contain a class called CarParked and a test program called CarParkedDemo which test the method by CarParked.outOfOrder(yourCar).
2009年5月11日 星期一
Lab Static Method
Lab Math methods
2009年5月4日 星期一
Lab Method Overloading
2009年5月3日 星期日
訂閱:
文章 (Atom)