0
How to program calculator in java
6 Réponses
+ 1
Use eval function if java has one
0
help me
0
I recommend you to have a look at the CodePlayground. There you'll find many examples.
0
the GUI?
0
thank to all
0
If you want a calculator with GUI I recommend going through Swing and examples in the code playground, if you simply want to develop a calculator which takes two numbers perform some basic operation and prints it to the console, simple switch case along with Scanner object is enough.