#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;
}
The image is of the speedometer close up with tuesday written below and the road further goes towards luncikui road in navsari n...
No comments:
Post a Comment