+ 2
Challenge: Simple Calculation via object oriented programming
Write a program to simulate a simple calculator. It should accept two number from the user along with the required operation to be performed. Addition, Subtraction, Division and Multiplication are the basic operations that should be implemented. Feel free to implement the other operations
1 Respuesta
+ 2
Check out my try on C++ !
https://code.sololearn.com/cGtvJpjOZm9L/#cpp