English Name of the Last Digit 80/100
1. English Name of the Last Digit
Write a function that returns the English name of the last digit of a given number. Write a program that receives a number and prints the returned value from this function.
Examples
Input |
Output |
512 |
two |
1 |
one |
1643 |
three |
Получвам 80/100 с това решение https://pastebin.com/7Twb5SBq
Тествайте тук - https://judge.softuni.bg/Contests/Practice/Index/1469#1
Напълно нормално, за човек, който спи, докато решава задачи. Благодаря за отговора.