Guest User

Untitled

a guest
Oct 23rd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. case R.id.button_clearEntry:
  2. if(inputTwo != 0){
  3. inputTwo = 0;
  4. }
  5. if(inputOne != 0 && lastOperator == Operator.NONE ){
  6. inputOne = 0;
  7. }
Add Comment
Please, Sign In to add comment