View Single Post
  #11 (permalink)  
Old 09-13-2008, 11:08 AM
fishtoprecords's Avatar
fishtoprecords fishtoprecords is offline
Senior Member
 
Join Date: Jun 2008
Posts: 522
fishtoprecords is on a distinguished road
What do you expect your code, here, to do?

Code:
public coldbeveragejava.Account getAcount(int accountID) { if (accountID == accounts); return accounts[accountID]; }
Its got bugs, and I'm not going to point out what they are. This is homework, you have to do the homework to learn
Reply With Quote