1234567
int test_scores [7] = (88, 100, 90) //7 correct? Bc [7] defines the amount of arrays int test_scores [ ] = (88, 100, 90) //3 correct? Bc [ ] is not defined so we have to go by how many numbers are in the parentheses