hello, long time lurker first time poster!
currently writing a program that generates 100 random integer values in the range of 1 - 50, then displays how many of those numbers are in the range 1-10, 11-20 etc etc.
i generated the numbers with no problem, but im not too sure how to tackle the next part of the program.
any suggestions on how my program should be structured would be greatly appreciated!