Guest User

Untitled

a guest
Oct 23rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. String U_id_str = String.valueOf(U_id);
  2. int k_num = Integer.parseInt(U_id_str.substring(9))
  3. int gend = Integer.parseInt(U_id_str.substring(8, 9))
  4. int P_num = Integer.parseInt(U_id_str.substring(5, 8))
  5. int birth_num = Integer.parseInt(U_id_str.substring(0, 5))
Add Comment
Please, Sign In to add comment