using System.Collections.Generic;
public static void Main()
List<Igrac> studenti = new List<Igrac>()
ime = "Jim", brojZetona = 185
ime = "Johnnie", brojZetona = 195
ime = "Jack", brojZetona = 175
for (int i = 0; i < studenti.Count; i++)
Console.WriteLine(Igrac[i].ime + " " + Igrac[i].brojZetona);
Student s = new Student()
ime = "Jack", visina = 175