min & max of an arrayyes! It works! [code] #include <iostream> using namespace std; int main () { int mn,mx; const...
min & max of an arrayAhhh, okay. So now, I have this code: [code] #include <iostream> using namespace std; int main ...
min & max of an arrayI was trying to make a prototype for the array since my professor showed us how to do that. I am ass...
min & max of an arrayHello everyone. I have this pretty simple program. I have to write a C++ program that will let the ...
Array with random numbersOkay, now I'm a little bit confused, lol. I have [code] int input (int x[]) { int i = 0; ...
This user does not accept Private Messages