mess9

Untitled

Jan 27th, 2021
1,181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.10 KB | None | 0 0
  1.     public static boolean checkExit(String exit) {
  2.         return exit.toLowerCase().equals("n");
  3.     }
Advertisement
Add Comment
Please, Sign In to add comment