Advertisement
allerost

pagenumber

Jan 19th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.29 KB | None | 0 0
  1. if (Character.isDigit(temp.charAt(temp.length() - 2)))
  2.             {
  3.                 if (Character.isLetter(temp.charAt(0)))
  4.                     totalRowsWithText++;
  5.                 else
  6.                 totalRowsWithMarking++;
  7.             }
  8.             else
  9.             totalRowsWithText++;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement