Home
Random
Log in
Settings
Donations
About Wikibooks
Disclaimers
Search
Understanding C++/Functions
Language
Watch
Edit
<
Understanding C++
This page may need to be
reviewed
for quality.
int main () {
Array [3] { 1,2,4};
cout << "enter the first number";
return 0;
}