Problem Solving
1. Write Pascal code that accepts as input the names of the students, course work score and exam score for a unspecified number of students who have taken a subject at Possibility High School. The algorithm should determine the overall score each student obtains which is computing as weighting average system as shown in the spreadsheet. The program should count the number of students and determine the final grade as shown in the spreadsheet.The program should then display a listing of all the students whose final grade is “A” along with the total number of students and the average score for the group of students.