Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1.                 inputString = inputString.toUpperCase();
  2.                 inputNum = inputString.charAt(i);
  3.                 if ((inputNum < '0' || inputNum > '9') || (inputNum < 'A' ||
  4.                         inputNum > 'F')) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement