nitsud

Untitled

Dec 8th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.09 KB | None | 0 0
  1. if( x==1 ){
  2.     x = 0;
  3.     y = 1;
  4. }
  5.  
  6. x = 1;
  7. if( y==1 ){
  8.     print(x);
  9. }
  10.  
  11. x = 0;
  12. y = 0;
Advertisement
Add Comment
Please, Sign In to add comment