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
Geometry
Write a program that asks for a radius and calculates the area of the corresponding circle. (Let’s assume pi == 3.14).
Experts: ask for an additional number. Print 1, if the area is below that number, else print zero.