Currently support +, -, /, * and ()
git clone https://github.com/ilyas-kalandar/SharpCalc
cd SharpCalc
dotnet run
SharpCalc>> (10 * 3) + (6 * 2) + 8
Ans: 50
SharpCalc>> 2 + 7 * 3
Ans: 23
SharpCalc>>
Currently support +, -, /, * and ()
git clone https://github.com/ilyas-kalandar/SharpCalc
cd SharpCalc
dotnet run
SharpCalc>> (10 * 3) + (6 * 2) + 8
Ans: 50
SharpCalc>> 2 + 7 * 3
Ans: 23
SharpCalc>>