Bsit Special | Bsit past papers for all semester | Books for bsit | Notes For bsit for all semester| C++ Questions and Answer| Cpp/C++ full course in urdu/hindi | Java| Python| Html | Online C++ Mcqs| Programs in c++ |BSCS BSSE BSIT Past Papers | bs programs past papers And notes for all semester |Online c++ quiz Answer And questions|

Set 1- Solution Number 3

                     How to add two Variable in Cpp Program

Code:

#include<iostream>
using namespace std;

int main()
{
 int a,b,c;
 cout<< "\nEnter first number : ";
 cin>>a;
 cout<<"\nEnter second number : ";
 cin>>b;
 c=a+b;
 cout<<"\nThe Sum is : "<<c;
 
 
 return 0;
}


< Back
 Back 

Post a Comment

[blogger]

MKRdezign

Contact Form

Name

Email *

Message *

Powered by Blogger.
Javascript DisablePlease Enable Javascript To See All Widget