#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;
}
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