c++ Programming that can add two integer value using statics - 6 Players blogs for technology

give us your feedback

People Online

Breaking

ads

Post Top Ad

Saturday, October 12, 2019

c++ Programming that can add two integer value using statics

#include <iostream>

using namespace std;

int main()
{
 int a,b,c;
 a=20;
 b=30;
 c=a+b;
 cout<<a<<" + "<<b<< " = "<<c<<endl;
    return 0;
}

No comments:

Post a Comment

ads1

Post Top Ad