Tens digit. Given an integer. Print its tens digit.
Input |
Output |
73 |
7 |
1234 |
3 |
10 |
1 |
29 |
2 |
37 |
3 |
Python, Java
Tens digit. Given an integer. Print its tens digit.
Input |
Output |
73 |
7 |
1234 |
3 |
10 |
1 |
29 |
2 |
37 |
3 |