static void Main(string[] args) { Student s = new Student("S1", 101); s.PrintInfo(); s.IncrementYearStudy(); s.PrintInfo(); }