Hi,
Is it possible to add elements to an array sperately?
I have 50 numbers (1-50).
Numbers are entered by the user before hand. I have counted how many times each number appears, and these are displayed on seperate labels.
A number can appear 0, 1, 2, 3, 4, 5, 6, 7 or 8 times.
I want the program to go through all the numbers, and depending on how many times each appears I want to be added to a different array. I.e. numbers appearing 0 times added to an Array0 , numbers appearing 8 times into an Array8.
Any help would be greatly appreciated,
Thanks,
Tom.
Is it possible to add elements to an array sperately?
I have 50 numbers (1-50).
Numbers are entered by the user before hand. I have counted how many times each number appears, and these are displayed on seperate labels.
A number can appear 0, 1, 2, 3, 4, 5, 6, 7 or 8 times.
I want the program to go through all the numbers, and depending on how many times each appears I want to be added to a different array. I.e. numbers appearing 0 times added to an Array0 , numbers appearing 8 times into an Array8.
Any help would be greatly appreciated,
Thanks,
Tom.