Thread: Class help
View Single Post
  #25 (permalink)  
Old 11-15-2007, 06:13 AM
Shaolin Shaolin is offline
Member
 
Join Date: Nov 2007
Posts: 37
Shaolin is on a distinguished road
Thanks. Ok next question,

For the following code in main():

Code:
Account[] accs = new Account[1] ;
I get the following error:

Code:
cannot find symbol symbol : constructor Account(java.lang.String,int,int) location: class Account accs[0] = new Account( "Pauline Smith", 300, 250 ) ; ^
Reply With Quote