Write a method qualityPoints that inputs a student's average and returns 4 if it's 90-100, 3 if 80-89, 2 if 70-79, 1 if 60-69 and 0 if lower than 60. Incorporate the method into an application that reads a value from the user and displays the result.