First task was to write a calculator that would respond to instructions written in natural language. The calculator handles addition, multiplication and subtraction with numbers from 0 to 9 inclusive.
Second task was to write a program that could draw an ellipse of a given size. Ellipse position and size can be changed while program is running.

