Professor Carlos wants a program that displays the average of two test scores: a midterm and a final. The input is the midterm score and final score. The output is the average score. Complete an appropriate IPO chart, using a flowchart in the Algorithm section. The algorithm should use a processing item for the sum of both scores.