hi friends

i just tried to change some part of this code and i just wanna make it a public code

i mean i wanna change int main () and ask the operator to insert the expression and then the program calculate it and return the result.

for example in a code that i had for addition of two numbers my int main () was like this

int main ()

{

int number1, number2;

string a,b;

cout > a;

cout > b;

cout

More Nastaran Zareie's questions See All
Similar questions and discussions