In java what methods in the api could I use to create a simple Tally program.If I wanted to have for example 5 or 6 things that have their own independent tally how would I do that an array or is their a method I can look up to explain that?
Tally For java
Page 1 of 13 Replies - 1832 Views - Last Post: 03 May 2013 - 08:05 PM
Replies To: Tally For java
#2
Re: Tally For java
Posted 03 May 2013 - 07:47 PM
Sure.. you can have a collection.. or a collection of collections.. or a double indexed array..
#3
Re: Tally For java
Posted 03 May 2013 - 07:55 PM
biologicalprogrammer, on 03 May 2013 - 10:45 PM, said:
In java what methods in the api could I use to create a simple Tally program.If I wanted to have for example 5 or 6 things that have their own independent tally how would I do that an array or is their a method I can look up to explain that?
Array or List or Vector as in any other language... really a strange question
#4
Re: Tally For java
Posted 03 May 2013 - 08:05 PM
Page 1 of 1