#include #include using namespace std; int main(int argc, char *argv[]) { system("chcp 1253"); int sum; sum = 100 + 150; cout << "The sum of 100 and 150 is " << sum << endl; system("PAUSE"); return 0; }