Header Ads

The sum of two numbers is C program | (দুইটি সংখ্যার যোগফল এর সি প্রোগ্রাম)

"The sum of two numbers is C program" :
This is a simple programming for C.
#include <stdio.h>
#include <stdio.h> 
 int main(void) 
 { 
     float num1, num2, Sum; 
     printf("Enter the value of x + y: "); 
     scanf("%f", &num1,&num2); 
     sum = num1 + num2; 
     printf("%f",sum); 
     return 0; 
 }



This a simple programm for all. If you don't understand anything please comment my post then i will answer you.

No comments

Theme images by Maliketh. Powered by Blogger.