#define biggest (a) > (b) && (a) > (c) ? (a) : (b) > (c) ? (b) : (c)
Write down the factors of the numbers you're comparing. Choose the largest number that appears on both lists.
Find your own answers....sucks mahn
Write an. Algorthim. To. Find the. Sum. Of. First15 natural. Numbers
int max (int a, int b) { return a>b?a:b; }
yes
write an assembly language program to find sum of N numbers
maybe
Answers down there. range: add the numbers all up and divide how many numbers you have. meadian: put all the numbers in order from smallest to biggest, then find the one in the middle. mean: the biggest minus the smallest. HOPE YOU GET AN A+!!! *************************************************______________________
Find the biggest common factor and divide it by both numbers
you take the biggest number and subtract it by the smallest number.
Write down the numbers from 1000 to 9999.
Take the biggest number and subtract it by the smallest number