Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1.                 if ((inputNum > '0' || inputNum > '9') && (inputNum < 'A' ||
  2.                         inputNum > 'F')) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement