Hello everyone. I am beginner in java. My teacher gives us an assignment but i cant get the correct answer.
Write a program that will read unspecified numbers of scores . The program will output the average of these scores and the scores that are below and above the average.
Example..
1
2
3
4
5
Average is 3
Below 1
2
Above
4
5
Can you please answer this. I promise that i will give my best to learn it.
Thank you in advance.