Take the first number in the set and compare it against the second.
If the second is higher, take that number otherwise keep the first
Repeat with all the numbers in the set, comparing the highest found so far with the next number in the set, taking the higher of the two until all the numbers in the set have been checked. The number with which you remain will be the highest.
Chat with our AI personalities
It is the maximum of that set.
20,21,21,24,25,26,35
Find the two numbers with the largest magnitudes (absolute values). The sum of their squares will be the maximum.
program to find maximum of two numbers using pointers
The mode of a set of numbers is the number that occurs most often.