কোডটিঃ
#include<stdio.h>#include<conio.h>
void main ( ){
clrscr ();
int a, b;
float c;
printf(“Enter the value of a:”);
scanf(“%d”,&a);
printf(“Enter the value of b:”);
scanf(“%d”,&b);
c=a+b;
printf(“The Summation of a+b=%.2f”,c);
getch();
}
আরও জানতে ও দেখতে এখান থেকে পি ডি এফটি ডাউনলোড করেনিন।
ধন্যবাদ সবাইকে।
No comments:
Post a Comment