+ 1
I've made a (very) basic calculator! Can someone review it?
This is the code for my calculator: https://www.dropbox.com/s/f1hwfujv9eplffd/calculator.txt?dl=0 It's my first fully working calculator so go ahead and judge me ^_^
4 ответов
+ 1
i highly suggest you to use functions instead of repeating code. And also, to make the program more efficient, you should put the code in a loop so the user doesn't have to restart the program to make another calculation.
0
it should be now, I posted it on dropbox as a .txt file
0
Thank you very much!
- 1
it's not complete