I got this exercise for homework, but i have no clue how to do it... PLEASE HELP ME !, thanks for all answers!
Write a C++ program that finds the position of the smallest and largest number in an array of double. Use a function
void slposition (double[ ] array, int& psmallest, int size)
to do it. Here the size is the size of the array. Thanks for all the help i can get !. Yes it is my homework, i tried but dont know how to do it... HELP ME !!!!!!!
2007-02-07
23:12:49
·
9 answers
·
asked by
texas87x
1
in
Computers & Internet
➔ Programming & Design