+ 2

Can you give me ideas for my calculator?

I made a calculator and i want to make some functions. I already made: Square, Cube, Plus, Minus, Multiply, Divide and Square root https://code.sololearn.com/cE415eat83DW/?ref=app https://code.sololearn.com/cE415eat83DW/?ref=app

28th Apr 2018, 11:47 AM
Ixidot
Ixidot - avatar
3 Answers
+ 1
You may think to make better UI for your program, and if you do it by other structures (switch.case, or something...) and you should put your codes in int main in while loop (user to calculate something more than once). And if you can recode your program shorter than 71 lines that would be better (These are my opinions, these things arent the things that you must do)
28th Apr 2018, 11:56 AM
Mustafa K.
Mustafa K. - avatar
+ 1
Сделай так чтобы операции не учитывали регистр: так Plus это тоже самое что и plUs или plus и т.д. для этого можешь преобразовать ввод пользователя в uppercase или lowercase. Ты пробовал ввести в параметры вместо цифр другие символы (буквы)? Этот момент тоже нужно учесть (сейчас выдаёт результат nan), а ты при помощи функции выводи сообщение ошибки.
28th Apr 2018, 12:55 PM
4slan
4slan - avatar
29th Apr 2018, 3:18 PM
Programmer Gaurav
Programmer Gaurav - avatar