diff --git a/C++/02_cppBeginners.cpp b/C++/02_cppBeginners.cpp index 9e733bd..c85005f 100644 --- a/C++/02_cppBeginners.cpp +++ b/C++/02_cppBeginners.cpp @@ -7,5 +7,9 @@ int main() { cout << "hello world"; + cout<<"how are you?"; + int a,b; + cin>>a>>b; + cout<>> bacon = 18 >>> bacon / tuna -3.6 \ No newline at end of file +3.6 +>>> 4 * 20 +80 +>>> 5 + 7 +12 +>>> 6 * 2 +12