Re: i cant think of a way to do that ?
- From: "Arved Sandstrom" <asandstrom@xxxxxxxxxxxxx>
- Date: Wed, 30 Apr 2008 06:30:41 GMT
<dbstyless@xxxxxxxxxxx> wrote in message
news:9b8c825b-5e33-45ce-8ed8-61ec0dc803a6@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
The programming assignment is to implement a class Purse. A purse[ SNIP ]
contains a collection of coins. Each coin object must contain its
name. You should not put a limit on the number of coins that a purse
can hold. This program should provide the user with the ability to
display the contents of the purse, add coins, count coins, calculate
the amount of money in purse and for extra credit, spend coins. You
will need 2 Java Object Classes: one to define the Coin objects, and
one for the Purse object.
There is a sample PurseTester class and its output. You are required
to use this class to test your code but you may make modifications to
the method calls to match your method names.
I am compelled to ask...what institution or individual is offering the
course in which this assignment was given?
AHS
.
- References:
- i cant think of a way to do that ?
- From: dbstyless
- i cant think of a way to do that ?
- Prev by Date: Re: What is Premature Optimization?
- Next by Date: Re: Help! Where's my UIManager
- Previous by thread: Re: i cant think of a way to do that ?
- Next by thread: Re: i cant think of a way to do that ?
- Index(es):
Relevant Pages
|