The number of tens

Report a typo

Write a program that reads a number and prints the tens in that number. Use indexes to solve this problem!

Sample Input 1:

234

Sample Output 1:

3
Write a program in Kotlin
fun main() {
//put your code here
}
___

Create a free account to access the full topic