+ 2
How to create calculator
How to code a scientific calculator
5 Respuestas
+ 4
by coding it :-)
decide a programming language and open the editor/ide.
in some programming languages there are a lot of built-in functions which can help you....
and don't forget to use a relevant tags, including the programming language....
thanks
+ 1
You can use any one of programing languages. But most of cases your calculator run on console. So if you want better user interface, you can use HTML, CSS and JavaScript. You can get easily all values using DOM..
+ 1
If you want to code a calculator you need to specify your language either you want it in command line or gui
Graphic iser interface
I recommend gui in c# and lots of video avaliable you can easily desgin with visuL studio and code shortly
0
Thanks but which language do 8 use
0
https://sololearn.com/compiler-playground/W2aKKsF8IJtB/?ref=app this is the best i can do with some of the buttons you can take a look at my code