Question
Which operation finds the maximum value in an array?
Correct Answer: B
Compare each element with the current maximum
The correct answer is Compare each element with the current maximum.
The correct answer is Compare each element with the current maximum.
Leave a Reply