#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);
}
}
https://www.youtube.com/watch?v=EUm5_llWHBQ Hi, namaste Kamj. So, uh I just have been going through something in my life that I wanted to ...
No comments:
Post a Comment