digit

CF

Find Hundredth Digit

The program must accept an integer N as the input. The program must print the hundredth digit of N as the output. Boundary…
PythonF

Unit Digit from 1 to 5

Unit Digit from 1 to 5: Given an integer N as input, the program must print YES if the unit digit is from 1 to 5. Else the program…
PythonF

Alphabet for Digit

Alphabet for Digit: Given an integer N as input, the program must print the lower case alphabets (from a to i) in the position of the digits…