const students = [
{ lastName: "Agulo", firstName: "Marielle", grades: { math: 89, english: 93, science: 90, history: 85, pe: 95 } },
{ lastName: "Anical", firstName: "Meanalina", grades: { math: 84, english: 91, science: 88, history: 87, pe: 92 } },
{ lastName: "Argosino", firstName: "Yiam", grades: { math: 90, english: 92, science: 89, history: 90, pe: 94 } },
{ lastName: "Badayos", firstName: "Samvea", grades: { math: 88, english: 86, science: 90, history: 84, pe: 91 } },
{ lastName: "Balagtas", firstName: "Armand", grades: { math: 92, english: 89, science: 91, history: 87, pe: 93 } },
{ lastName: "Ballesteros", firstName: "Fer", grades: { math: 85, english: 88, science: 86, history: 83, pe: 90 } },
{ lastName: "Barcelona", firstName: "John", grades: { math: 91, english: 87, science: 90, history: 86, pe: 89 } },
{ lastName: "Chua", firstName: "John", grades: { math: 87, english: 90, science: 88, history: 89, pe: 92 } },
{ lastName: "Dela Cruz", firstName: "Jasmine", grades: { math: 88, english: 92, science: 91, history: 90, pe: 93 } },
{ lastName: "Distor", firstName: "Angel", grades: { math: 84, english: 86, science: 85, history: 82, pe: 89 } },
{ lastName: "Ditchon", firstName: "Lawrence", grades: { math: 90, english: 89, science: 87, history: 85, pe: 90 } },
{ lastName: "Dominguez", firstName: "Lemuel", grades: { math: 93, english: 91, science: 92, history: 88, pe: 96 } },
{ lastName: "Enciso", firstName: "June", grades: { math: 85, english: 87, science: 86, history: 84, pe: 88 } },
{ lastName: "Famorca", firstName: "Angelica", grades: { math: 86, english: 88, science: 87, history: 85, pe: 90 } },
{ lastName: "Godoy", firstName: "Christian", grades: { math: 89, english: 85, science: 88, history: 87, pe: 91 } },
{ lastName: "Jimenez", firstName: "Karl", grades: { math: 90, english: 91, science: 89, history: 86, pe: 92 } },
{ lastName: "Lacpao", firstName: "Rosabie", grades: { math: 83, english: 86, science: 85, history: 82, pe: 88 } },
{ lastName: "Laguidao", firstName: "Andre", grades: { math: 88, english: 90, science: 87, history: 84, pe: 90 } },
{ lastName: "Larangjo", firstName: "Lhance", grades: { math: 85, english: 87, science: 86, history: 83, pe: 89 } },
{ lastName: "Lazaro", firstName: "Janzel", grades: { math: 90, english: 92, science: 91, history: 89, pe: 94 } },
{ lastName: "Legaspi", firstName: "John", grades: { math: 86, english: 88, science: 87, history: 85, pe: 89 } },
{ lastName: "Lopez", firstName: "Jan", grades: { math: 88, english: 86, science: 85, history: 84, pe: 90 } },
{ lastName: "Malonzo", firstName: "John", grades: { math: 87, english: 89, science: 88, history: 86, pe: 91 } },
{ lastName: "Martinez", firstName: "Emmanuel", grades: { math: 91, english: 93, science: 90, history: 88, pe: 95 } },
{ lastName: "Nueva", firstName: "Jan", grades: { math: 84, english: 87, science: 85, history: 83, pe: 88 } },
{ lastName: "Patilano", firstName: "Mark", grades: { math: 90, english: 88, science: 89, history: 86, pe: 92 } },
{ lastName: "Ramirez", firstName: "Jeanine", grades: { math: 85, english: 86, science: 84, history: 82, pe: 87 } },
{ lastName: "Recaña", firstName: "Gerald", grades: { math: 89, english: 90, science: 87, history: 85, pe: 90 } },
{ lastName: "Revereal", firstName: "Jerry", grades: { math: 87, english: 85, science: 88, history: 84, pe: 89 } },
{ lastName: "Tero", firstName: "Jason", grades: { math: 91, english: 92, science: 90, history: 87, pe: 94 } },
{ lastName: "Zapanta", firstName: "Zharla", grades: { math: 88, english: 89, science: 87, history: 86, pe: 91 } }
];