The last digit of a number

Report a typo

Write a program that reads a number and outputs its last digit.

Sample Input 1:

425

Sample Output 1:

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

Create a free account to access the full topic