+ 5
How we can create a calculator
Do
2 Respuestas
+ 5
First you would need to make input statements.
Secondary you would need to make the program to handle the input.
Then you can use the handled input to perform what you want, calculations, etc.
0
alert(eval(prompt()))