Rakib Ahamed
এই ব্লগটি সন্ধান করুন
১২ এপ্রিল, ২০১৫
Addition of Number
There is the way of adding three numbers via Codeblocks
#include <stdio.h>
int main ()
{
int a = 50, b = 60, c = 40, sum;
sum = a + b + c;
printf("%d + %d + %d = %d", a, b, c, sum);
return 0;
}
just put
it on your ‘Codeblocks’ and enjoy your programming
:)
নবীনতর পোস্টসমূহ
হোম
এতে সদস্যতা:
পোস্টগুলি (Atom)