Chat with our AI personalities
minimum is '0' and maximum cannot be defined
Find the two numbers with the largest magnitudes (absolute values). The sum of their squares will be the maximum.
An integer is any whole number. For example, 4, 16, -8 are all integers. There is no decimal part. Obviously, there is no "maximum number" as these numbers continue up to infinity.
2436 and 1624 are integers, not fractions. And, as integers, they are unequal.2436 and 1624 are integers, not fractions. And, as integers, they are unequal.2436 and 1624 are integers, not fractions. And, as integers, they are unequal.2436 and 1624 are integers, not fractions. And, as integers, they are unequal.
The following algorithm works for any number of integers: Assume the first number is the maximum - maximum = (first number). Compare your assumed maximum with the second number. If the second number is larger than the assumed maximum, replace the old assumed maximum with the second number. Repeat for the third number, for the fourth, etc. - always copying the nth. element to the assumed maximum if you find one that is larger than your previous maximum.