# include<stdio.h>
main()
{
int a,b,c;
print f("enter the values of a,b,c");
scan f("%d%d%d",&a,&b,&c);
if((a>b)&&(a>c))
print f("Greatest value is a =%d",a);
else if((b>a)&&(b>c))
print f("Greatest value is b=%d",b);
else
print f("Greatest value is c=%d",c);
}
Chat with our AI personalities
Arrange them in order, least to greatest. Select the one in the middle.
program to find maximum of two numbers using pointers
You can't find the greatest common multiple in any amount of numbers, the number would be infinite.
VBnet program to find the prime numbers between 100 to 200?
The mode of a set of numbers is the number that occurs most often.