Header Ads

Learn Together, Stay Connected.

ইংরেজি সংখ্যা-C


#include <stdio.h>
#include<math.h>
int main()
{
int n;
scanf("%d",&n);
if(n==1)
{
printf("1 egg\n");
}
else
{
printf("%d eggs\n",n);
}
return 0;
}

No comments

Theme images by Dizzo. Powered by Blogger.