0
How do you determine the smallest number in an array
I am using c++ and it is urgent
3 Answers
+ 4
Please tag "cpp" or "c++", not your comment.
If you have searched online you will have found things like
https://codescracker.com/cpp/program/cpp-program-find-smallest-element-in-array.htm
https://beginnersbook.com/2017/09/cpp-program-to-smallest-element-in-an-array/
https://www.geeksforgeeks.org/to-find-smallest-and-second-smallest-element-in-an-array/
Read what you have found.
+ 2
Need Arrays.sort
0
Okay, thanks