Guest User

Untitled

a guest
Jul 25th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. String a = "first_string";
  2. String b = "second_string";
  3.  
  4. if (!click){
  5. b = first_string;
  6. a = second_string;
  7. click = true;
  8. } else {
  9. b = first_string;
  10. a = second_string;
  11. click = false;
  12. }
Add Comment
Please, Sign In to add comment