using System.Collections.Generic;
static double getAverageOcjena(List<Student> studenti)
static int getPaliCount(List<Student> studenti)
static List<Student> getProsliStudenti(List<Student> studenti, bool sort)
return new List<Student>();
static List<Student> getDobriStudenti(List<Student> studenti, double dobarProsjek)
return new List<Student>();
public static void Main()
List<Student> studenti = new List<Student>()
ime = "Jim", ocjena = 3.85
ime = "John", ocjena = 6.95
ime = "Jane", ocjena = 7.75
double res = getAverageOcjena(studenti);