ការបូកពីរចំនួន Sum of two numbers //sum of two numbers #include<iostream> using namespace std; int main() { int a, b, c; cout << "Enter two integers to add\n"; cin >> a >> b; c = a + b; cout <<"Sum of the numbers: " << c << endl; return 0; } លទ្ធផល: Enter two integers to add 8 7 Sum of the numbers:15
The tutorial in this video will show you the sample of the fourth edition of CALD's installation and you can also find the URL for downloading by the following provided link or you visit my website which addressed below. I thanks Mr. Keo Kim Ann who send me as the gift. ► Download: https://bit.ly/2CC1GMZ ► Password: xsc123 💡 Leave your comment if you any questions or feedback
Comments
Post a Comment