Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 694 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 694 Bytes

Instructions

  1. Fork this repo into your own github account
  2. Complete the task (TODO tags in the project and in the comments)
  3. Commit your code to your fork (we want to be able to see your source code!)
  4. Submit a publicly viewable link to your forked repo in the application form
  5. If you have any comments or assumptions, add them to this README.md file

Task

Using good coding practice and techniques, implement the functions of the simple calculator. The manditory functions are the +,-,x and / while the other ones are optional and for you to show off your mad skills (e.g. trig functions, hex calculator, exp functions, etc.).

Your comments or assumptions