#include <stdio.h>
int main()
{
int a,b;
printf("Enter a & b:");
scanf("%d%d",&a,&b);
if(a>b)
{
printf("a=%d is greatest",a);
}
else
{
printf("b=%d is greatest",b);
}
return 0;
}
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