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
Math exam
Write a program that asks the user to solve some simple mathematic tasks.
If the user answers wrong, the program should abort with an error.
Experts: At the end, print the time it took the user to answer all the questions.
###Hints###
Remember the assert() macro?
##Solution##