Declare an array named scores of twenty-five elements of type int.
LANGUAGE: C++
CHALLENGE:
Declare an array named scores of twenty-five elements of type int.
SOLUTION:
int scores[25];
Declare an array named scores of twenty-five elements of type int.
int scores[25];