#include <iostream> using namespace std; int main() { int first_number, second_number, sum; cout << "Enter two i...