hey guys, great site,
java n00b here, question if you will, please.
given the following header: pubic void sumAndAverageRandom()
I need to write a method called sumAndAverageRandom that generates and displays 10 random numbers in the range 1-100. The method should also calculate the sum and average of the 10 random.
I can generate the 10 numbers, but Im lost on how to tie in sum and average in their also !
any help appreciated
thanks