Embed presentation
Download to read offline

This code takes input from the user for the number of students, then uses a for loop to iterate from 0 to the number of students to take each student's marks as input and add them to a running total sum, which it finally prints out.
