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 light
Write a program that asks the user for two decimal numbers and prints their sum, difference, product, integer quotient and remainder.
Experts: Implement a “real” division instead.