I have an assignment upcoming and I will quote the assignment(I am not asking you to do it for me, I just am confused at how to start)
Your task is to write a (very simple:-) student record system. You should be able to store details about students - their name, subject and a student number; as well as the level they have most recently completed ranging from 0 (meaning they are still in the first year) through to 3 (meaning they have graduated). It should also store their result for each level they have completed as a number 0-100. Your program should allow the user to enter student data for as many students as they want.
Would this be done via objects or not, as I am very confused on this part..
Any advice would be helpful, I can do everything bar this part.