Understanding C++/Functions

From Wikibooks, open books for an open world
Jump to navigation Jump to search

int main () {

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

cout << "enter the first number";

return 0;


}