#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);
}
}
Quote 55: Your brand grows through authentic achievements. Quote 54: Personal branding is clarity, consistency, and credibility. Quote 53: E...
No comments:
Post a Comment