Jump to content

Understanding C++/Functions

From Wikibooks, open books for an open world

int main () {

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

cout << "enter the first number";

return 0;


}