#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;
}
Finding Direction: Navigating Career Goals and Life Aspirations Life often presents us with a myriad of choices, and the path to fulfillme...
No comments:
Post a Comment