User Profile
Collapse
-
Yes. Cheers! Sorry bout not using tags, am new in this. -
calculator HELP!!
[CODE=java]public class Calculator {
private long input = 0; // current input
private long result = 0; // last input/result
private String lastOperator = ""; // keeps track of the last operator entered
/* Digit entered as integer value i
* Updates the value of input accordingly to (input * 10) + i
*/
public void inDigit(long i) {...
No activity results to display
Show More
Leave a comment: