In this course, you will explore C++ and get to grips with the modern features introduced in C++17. C++ is a general-purpose programming language developed by Bjarne Stroustrup in 1979, and it is still one of the most popular programming languages used to create high-performance applications across a wide variety of domains and platforms. This course will help you learn C++ as an object-oriented language with modern features, covering both old and new C++ concepts with clear examples.
Create a program where you ask the user for two variables: 'a' and 'b'.
Ask the user what he wants to do with these variables: "1. add, 2. subtract, 3. multiply 4. divide 5. raises the power 6. counts modulo"
And depending on the chosen number show the proper result.
Hello there
My name is Duran and I'm extremely passionate about teaching and doing this from last 17 years.