Feedback for these lessons is very much welcome. If you like or hate something about a lesson let us know, either on GitHub, via Mail or just tell us in person ;)
x
Calculator
Write a Program, that takes two numbers and an operator (+, -, /, *, %) as input and prints the result.
Experts: The program should also accept the words add, substract, multiply, divide and remainder as operators.
===Hints===
Experts: Look at the difference between the words.
Experts: How many letters do you have to check?