diff --git a/Source.cpp b/Source.cpp index 76327cf..e3051d9 100644 --- a/Source.cpp +++ b/Source.cpp @@ -4,5 +4,6 @@ main() { cout << "Enter A and B: "; int a, b; cin >> a >> b; + cout << "A + B = " << a + b << '\n'; } \ No newline at end of file