View more random threads:
- what is ADT in simple words?
- What is Aggregation in OOP?
- what are instance variable in c++ ?
- write a function to calcute the power of some number, will...
- pasting my code down # include main () { char endp; char...
- difference of cin and cout statemenet,i have no computer...
- Tell me can we say that in easy form List is the Database ?
- forward declaration instead of header files in c++ 2011
- sir i cant under stand function and cant apply it in...
- what is cursor and why we use it. what is difference...
Sponsored Links
#include<iostream>
using namespace std;
int main (char argc)
{
string n1;
cin >> n1; // i input 1+1
int n2;
solve n1 = n2;
cout << n2 << endl; // it outputs 2
}
There are currently 1 users browsing this thread. (0 members and 1 guests)