C# Calculator
- VC Healy
- Jan 11, 2021
- 1 min read
Written my first C# console app.
I had found a simple single calculation console app and I have enhanced it to allow the user to complete multiple transactions.
It took a little bit of time to get it working as I had to do some research on how to add in the other functionality.
https://github.com/vchealy/fromScratch/tree/master/Calculator_C%23
Comments