|
The whole project has 10 classes, i only reffered to the ones I am editing. There is an Account class also maybe thats why they used coldbeveragejava.Account. I noticed when I change the getAcount method to Return MAX_ACCOUNTS I get an error that says it requires coldbeveragejava.Account, maybe its an inheritance thing? I thought that required the use of "extend" though? Again Im still new to this.
So what do I change the return null; area of the getAcount to? thats where Im having the problem. Im supposed to change this area so that it checks the accountID the user entered against the array of other account IDs and return the first matching account. How do I write this syntax?
Thanks
|