I know this code is wrong, and I am paying the price now for focusing on Linear last semester during the first half of C++, but I am trying to figure this out. Can anyone help? I want to make sure:
1. I am importing the file externally
2. Why this doesn't work with the variables I have chosen.

const int MAX = 10;

int main ()
{
int numbers[MAX]; //variable that stores the integers...