Write three functions: getScore to read in three integer arrays with three numbers from keyboard, 2nd function sortScore sort this arrays with descendent order, and last function output to print out this score array onto the screen. Also write a main function to test your design.