how to write algorithm to display the marks of 100 students?

2 answers

for n=1..100
print mark(n)
next n
fff u