// array_score.c // // Written by YOUR-NAME (YOUR-ZID) // on TODAYS-DATE // // Scans 5 values into an array and calculates the sum of all elements #include #define MAX_SIZE 5 int main(void) { // TODO: Your tutor will guide you through writing this program. return 0; }