cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
help
help
Mar 20, 2014 at 4:31pm UTC
marayemboshehrii
(1)
write a function that takes the array along with its size as parameters then it computes and returns the highest salary and the lowest salary. (Hint: use reference parameters to return the two values). Then the program should display the values.
Mar 20, 2014 at 5:17pm UTC
Chriscpp
(368)
Then the program should display the values.
(Hint: To display the values you need
std::cout;
)
Topic archived. No new replies allowed.