Write the program that can manage the scores of students as follows: 1. A teacher inputs the total number of students as an integer value greater than 0. If the input value is not positive, the program terminates. 2. Get the score for each student; the range of scores is [0, 100], that is, O s score s 100. If the score is incorrect, you should get the score of the student again
OR
OR