Write a java program that reads 10 values from the user and store them in 1 daimantion array. your program will ask the user wich operation he wants to perform:
1-sum all the value
2-average of the value
3-find a minimum number
4-find amaximum number
5-display all the values
each of those operations should be in method.