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

Answers

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

There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions