Understanding C++/Functions

int main () {

Array [3] { 1,2,4};

cout << "enter the first number";

return 0;


}