diff --git a/main2.cpp b/main2.cpp index 8dcf541..e76b1a2 100644 --- a/main2.cpp +++ b/main2.cpp @@ -3,7 +3,7 @@ using namespace std; int main() { - cout << " Hello world "; - - return 0; + cout << "Enter A and B: "; + int a, b; + cin >> a >> b; } \ No newline at end of file