Or even better:
var students = new List();
That way, you're not repeating yourself... ;)
Or even better:
var students = new List();
That way, you're not repeating yourself... ;)
How about writing your code with pen on paper first? That's what we did at the university!