CSC300: Another way to compute max [18/21] Previous pageContentsNext page

new double { 21, 41, 31, 51, 11 }
                         ^

Suppose we know that the first three numbers are not the max

What do we need to do with the fourth number to make progress?

Previous pageContentsNext page