Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 319 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 319 Bytes

This simply works by taking three user inputs grouped into one scanf() function. These are seperated into valueOne, valueTwo and the operator (choice of *,/,+,-,^). A switch statement is then used in order to run the right calculation for the given operator. Mess around with the code and change bits here and there.