Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by adam143

  1. adam143

    Help running the result

    Beautifull you are the best!Thanks a lot I greatly appreciate your help
  2. adam143

    Help running the result

    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...
  3. adam143

    Help running the result

    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...

Part and Inventory Search

Back
Top