// Pantea Aria // 1D array recap // read the score of 5 quizess // Write code to calculate and print the average quiz score. // Which index stores the highest quiz score? #include #define MAX 5 int main(void) { return 0; }