Results 1 to 3 of 3
- 07-21-2011, 06:55 PM #1
Member
- Join Date
- Jul 2011
- Posts
- 5
- Rep Power
- 0
I have a problem with an "ATM" machine programming...
we want to model an ATM. the ATM give note of 10, 20 and 50 euro.
taking into account following logic...:
the withdrawed amount is always composed of the maximum number of highest notes. en the maximum number notes of the next value.
Example: the requested amount = 90
this gives 1 note of 50 , 2 notes of 20
(NOT 4 of 20 and 1 of 10)
the returned amount is at least equal to the requested value. so the ATM rounds up.
example if requested is 75 then you get 80 back (1x50, 1x20 and 1x10) 1 van 10€), if U ask 96 u get 100 (2 x50 )
each type of note should be a different class
the returned amount should also be a sepperate class.
Can someone help me with this, because, I'm getting desperate about how to solve this!
thnx
T
- 07-21-2011, 07:00 PM #2
The same things I told you in your other post apply here as well.
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
-
Thread locked as a homework dump (no work shown) and a duplication of a previous question.
Similar Threads
-
"Java Programming for the Absolute Beginner"
By finalstrike777 in forum New To JavaReplies: 2Last Post: 07-12-2011, 12:41 PM -
help me with my java programming "armstrong number"...
By vinzal2010 in forum EclipseReplies: 7Last Post: 08-13-2010, 07:02 PM -
problem with argument list and precedence "(" and ")"
By helpisontheway in forum Advanced JavaReplies: 6Last Post: 12-24-2009, 07:50 AM -
Programming "MONEY CONVERTER" ???
By Pascal Nouma in forum New To JavaReplies: 1Last Post: 03-25-2009, 08:26 AM -
the dollar sign "$", prints like any other normal char in java like "a" or "*" ?
By lse123 in forum New To JavaReplies: 1Last Post: 10-20-2008, 07:35 AM


LinkBack URL
About LinkBacks

Bookmarks