Week 10 - Live coding
Calculator
Let's make a simple calculator that you can extend!
- Add multiplication and division
- Add backspace functionality
- Add support for keyboard input
- ...be creative!
7 | 8 | 9 | + |
4 | 5 | 6 | - |
1 | 2 | 3 | = |
0 | . | C |
Let's make a simple calculator that you can extend!
7 | 8 | 9 | + |
4 | 5 | 6 | - |
1 | 2 | 3 | = |
0 | . | C |