0
How to create a calculator
12 ответов
+ 9
You can use if else ladder to create a simple calculator.
For more complicated calculations you might need to implement it with stack.
+ 9
Posts in Q/A section should be programming-related and aimed at helping individual learners and community members improve their programming skills!
Please, read us guidelines:
https://www.sololearn.com/discuss/1316935/?ref=app
An useful code for any new user here!;)
https://code.sololearn.com/WvG0MJq2dQ6y/
Use the search bar!
https://www.sololearn.com/post/10362/?ref=app
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2436/?ref=app
https://www.sololearn.com/learn/CSharp/2601/?ref=app
+ 6
I created this post to select the good code to create a calculator.
https://www.sololearn.com/post/31302/?ref=app
+ 6
There is the lesson to create a simple calculator.
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2436/?ref=app
https://www.sololearn.com/learn/CSharp/2601/?ref=app
+ 4
In what language?
+ 2
With Python please.... Thank you
+ 1
Start with a simple string analyser function that will tell you what are the operands and the operator in a simple string like "2-3", "8*5", etc.; then find a way to take in user input and display the result... if you want to have even more complex calculations, find a way to take into account operators priorities, parenthesis, etc... Good luck!
+ 1
Yes Björn T-the point is in which language you want code it,because same codes in different languages can sometimes (code calculator have not big diffferences)have big differences.And anyway a lot of tutorials you have on internet sites,so good luck.😉
0
Which language do you want to use?
0
try learn 1st c for that to very easy to done