// // // Test array // #include using namespace std; int main() { const int MAX = 9; int scores[] = {44, 91, 87, 77, 55, 46, 59, 81, 71}; // if <60 -- work; >=60 -- pass for( int m=0; m