Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 0.18 KB | None | 0 0
  1. public class test
  2. {
  3.     public boolean testTrueFalse() {
  4.         if (false || true && false) {
  5.             return true;
  6.         } else {
  7.             return false;
  8.         }
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement