Advertisement
DoutorWhite

...

Jul 28th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. int lavarpree = 1;
  2. int reganha = 1;
  3.  
  4. if (lavarpree != reganha){
  5.    System.out.println("Esse codigo é impossivel de rodar :D");
  6. } else {
  7.    System.out.println("Tudo continua normal, e o codigo de cima nunca ira rodar :D");
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement