Thanks uolj ;could you check for me this code.i still have the problem with the final result.
#include <iostream>
using std::cout;
using std::cin;
using std::endl;
int main()
{
int x, y;
cout << "Enter two entegers: ";
cin >> x >> y;
cout << "Sum of " << x << "and " << y << " is: "
<< ( x + y...
I'm learning c language using Dev-c++;when I write the source program compile it and run it it went well except it does not feature the last result .exemple:sum calculation.
here the outcome:
enter the first enteger :77
enter second enteger :89
here the problem : when I press enter in my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.