TheAlgorithms / Scala

All Algorithms implemented in Scala
MIT License
1.08k stars 392 forks source link

Adding Simple Calculator #71

Open Jevonzz opened 2 years ago

Jevonzz commented 2 years ago

PR for adding Simple Calculator

I have added four simple mathematics formula to calculate the result from two numbers. Tests have been done and the scripts are added in this merge.

Please do let me know if any further changes is required.