Write an algorithm to calculate the percentage of a student.

2 answers

pct = score/max_possible * 100
Algorithm for result of student of this program