using System.Collections.Generic;
public int[] ocjene = new int[10];
public double prosjekOcjena;
string dob = "12-1-1998";
public static void Main()
Student s = new Student();
s.ocjene = new int[] {3,4,5,2,3,4,2,0,0,0};
Console.WriteLine("Unesite ime ");
ime = Console.ReadLine();
Console.WriteLine("Unesite visinu ");
string visina = Console.ReadLine();
visinaCM = Convert.ToInt32 (visina);
Student s1 = new Student();
s.ocjene = new int[] {2,4,2,2,3,4,2,5,0,0};
Student[] studenti = {s,s1};
for(int i=0 ; i < studenti.Length ; i++ )
Console.WriteLine(e.ime);
Console.WriteLine("Hello World");