Write a program to input an integer and check whether it is a 5 – digit number or not. If it is,
extract the central digit and print it.
Answers
Answered by
1
Answer:
A python program goes like:
Similar questions