Write a program that accepts 6 numeric values as input representing scores from 6 olympic judges. the program should store though 6 values into an array. Your program should then use a bubble sort to sort they scores in the array. Finally your program should I'll put the highest score, the lowest score, and the average of the other 4 scores.