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)