Use C++ to Create a calculator program using object-oriented techniques for data abstraction Requirements A user-defined calculator struct type with an Operator enum within the same scope. O Create members, functions, constructors as needed for your

Job ID: 33283786

Budget: $10 – $30 USD

Create a calculator program using object-oriented techniques for data abstraction
Requirements
A user-defined calculator struct type with an Operator enum within the same scope.
O
Create members, functions, constructors as needed for your program design.
End-user input into program can be either mathematical expressions or text file input - clearly
state your design/spec in your documentation
-takes in multiple inputs.
- follows order of operation