#include "Student.h" #include void main() { // // Using the operators: 1) new // 2) delete[]; // int answer; Student st1; float average[10]; int n; int i; cout << "Give the number of the Students."; cin >> n; Student *st[10]; for(i=0;inotes[1]=90; st[i]->notes[2]=50; st[i]->n_mikcoot=3; average[i]=(float) st[i]->average_notes(); } float total_average=0; for(i=0;i> answer; }