Write a program that reads four characters and checks for each character whether it is a digit.
The program must print either true or false for each character in a new line.
Write a program that reads four characters and checks for each character whether it is a digit.
The program must print either true or false for each character in a new line.
Sample Input 1:
3
@
8
dSample Output 1:
true
false
true
falseCreate a free account to access the full topic