Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.11 KB | None | 0 0
  1. if ( y == 10 ) {
  2.  
  3.     x = 0;
  4.  
  5. } else {
  6.  
  7.     x = 1;
  8.  
  9. }
  10.  
  11.  
  12. // And
  13.  
  14. if ( minimum == true ) {
  15.  
  16.     hours = 10;
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement