/CalculatorAndEvents

Two simple exercises in one - console calculator and eventManager

Primary LanguageObjective-C

Teleric Academy

1. Create a class Calculator for performing mathematical operations with floating numbers: -Save the current result -Add a value to the result -Divide the result by a given divider -Subtract a value from the result -Multiply the result by a given value

Create a simple class for keeping a database with TODOs -The user should be able to add TODO with a end date -The user should be able to list all TODOs