+ 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
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)
+ 1
Сделай так чтобы операции не учитывали регистр: так Plus это тоже самое что и plUs или plus и т.д. для этого можешь преобразовать ввод пользователя в uppercase или lowercase.
Ты пробовал ввести в параметры вместо цифр другие символы (буквы)? Этот момент тоже нужно учесть (сейчас выдаёт результат nan), а ты при помощи функции выводи сообщение ошибки.