diff --git a/main.cpp b/main.cpp index b4392ec..0870f92 100644 --- a/main.cpp +++ b/main.cpp @@ -4,6 +4,8 @@ using namespace std; int main() { - cout << "Hello world!" << endl; + cout<<"Enter A and B"<>a>>b; return 0; }