Write an application that enables users to enter student ID and three exam scores. Provide a method to compute and return the overall exam average. Provide another method that prints all scores and the Average value formatted with no digits to the right of the Decimal. Use a single method to enter all the data.