Understanding C++/Functions
int main () {
Array [3] { 1,2,4};
cout << "enter the first number";
return 0;
}
Last modified on 12 March 2010, at 12:53int main () {
Array [3] { 1,2,4};
cout << "enter the first number";
return 0;
}
Last modified on 12 March 2010, at 12:53