View Single Post
  #2 (permalink)  
Old 12-06-2007, 11:35 PM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,222
hardwired is on a distinguished road
Except for the missing braces and typos it looks okay.
// missing semi-colon after this statement:
int amount = reader.getNumber("enter withdraw amount:")
// the letter "l" should replace the digit "1":
print1n
Reply With Quote