Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@donchan922
Last active August 17, 2018 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donchan922/c5b5bfb4140a81e4ccea82810a287f83 to your computer and use it in GitHub Desktop.
Save donchan922/c5b5bfb4140a81e4ccea82810a287f83 to your computer and use it in GitHub Desktop.
$ javac Dentaku.java
$ java Dentaku 1 + 2
3
$ java Dentaku 3 - 3.3
-0.3
$ java Dentaku 7 '*' 9
63
$ java Dentaku 1 / 3
0.33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment