Write a Java program called Adjust Marks that gets a set of test scores and uses the Marker class to calculate the mean with the lowest score dropped. The program features include asking the user for the number of test scores; creating an array to hold the scores; creating a Marker object passing the scores array as a parameter; displaying the lowest score; adjusting the mean by annulling (dropping) the lowest score and displaying the adjusted mean.