Few Java questions:
- How to prompt user for input?
- How to save input from user in an array?
- How to average numbers in an array?
- How to compare numbers?
- How to print information back to the user?
The scenario is as follows: let the user to input 10 numbers into an array. Then loop through the array and average it. Then loop through the array again and compare each value against the average and print the number (and/or loop index) if it is lower than the average of the 10 numbers user entered.