Fifty students of a class appear in the examination. Write a Pseudocode and Algorithm? Also draw a FLOW CHART for the algorithm to calculate and print the percentage marks obtain by each student

2 answers

for each student {
pct = correct / total
print pct
}
Write a pseudocode algorithm that will ask the student to enter his/her name, age and registration number and print the student details.