Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

signle dimensioned arrays

843785Jul 10 2008 — edited Jul 10 2008
Ok I want to use single dimensioned arrays to indicate the average family size in the years 1900,1910,1920, ..., 2000. I was thinking that it might look like this, but I'm not really sure.
int [] years =  {};    
         int [] familysize =  {}; 
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 7 2008
Added on Jul 10 2008
4 comments
49 views