#include <stdio.h>
int main() {
int x,y;
printf("Enter x & y:");
scanf("%d %d",&x,&y);
if(x>y)
{
printf("x=%d is greatest",x);
}
else if(y>x)
{
printf("y=%d is greatest",y);
}
else
{
printf("x=y=%d",x);
}
}
Hi, namaste Krishna. So today we will be talking about that everyone is going through something in their life. Be it you, be it your friend...
No comments:
Post a Comment