What technique can a programmer use when he is trying to find the minimum or maximum value in an array?

What will be an ideal response?

The “trick” a programmer can use when he or she is trying to find the minimum or maximum value in an array is to set the first value of the array to the minimum or maximum value and use this min or max as the comparison value.

Computer Science & Information Technology

You might also like to view...

A thesaurus is a dictionary of synonyms

Indicate whether the statement is true or false

Computer Science & Information Technology

Which option would this wildcard, "H[!oe]" not display?

A) Humming B) House C) Hat D) His

Computer Science & Information Technology