diff --git a/Source.cpp b/Source.cpp index 518d8d7..76327cf 100644 --- a/Source.cpp +++ b/Source.cpp @@ -1,5 +1,8 @@ #include <iostream> using namespace std; main() { + cout << "Enter A and B: "; + int a, b; + cin >> a >> b; } \ No newline at end of file