Forum: Java Sep 13th, 2008 |
| Replies: 4 Views: 672 I find it difficult in this java programming language that's why I need your help to defend this code in my class.
I got this code from internet with comments and explanation. but there are some... |
Forum: Java Aug 31st, 2008 |
| Replies: 4 Views: 488 I try add this code(below) after "else if(token.equals("*"))" in PostfixEvaluator.java but it doesn't work like exponent. Can you help me to figure it out what is the right code for exponent.
... |
Forum: Java Aug 26th, 2008 |
| Replies: 1 Views: 5,824 In:
multiplication = var1 * var2
Division = var1 / var2
addition = var1 + var2
Subtraction = var1 - var2
exponentiation = ??? |
Forum: Java Aug 18th, 2008 |
| Replies: 3 Views: 894 For:
Sum = Var1 + Var2
Difference = Var1 - Var2
Quotient = Var1 / Var2
Product = Var1 * Var2
What
Exponent = ?
Thanks in advance... |
Forum: Java Aug 13th, 2008 |
| Replies: 2 Views: 975 I'm new in java programming but somehow I understand little especially basic because I have a background in Vb6
I find it difficult because it has lot of java keyword that I dont understand.
Now,... |