Calculator implementation in C#
- Must support Add, Subtract, Multiply & Divide arithmetic operations
- Must provide support for user-input
- Should have a test suite
- Could have ??
Generic Calculator that supports all .NET number types.
Simple text-base user interface