digit

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…
PythonF

Unit Digit Double

Unit Digit Double: Given an array of integers of size N, the program must print the twice the value of the unit digit of each element.…
PythonF

Print Next Even Digit

Given a number N, the program must print the next even digit for each of the digits in N, Boundary Condition(s):1 <= N <= 999999999…
PythonF

Infinite Sequence Nth Digit

Infinite Sequence Nth Digit: The program must accept an integer value N and print the Nth digit in the integer sequence 1, 2, 3, 4, 5, 6, 7,…