Write a program that reads a character and checks if it is a capital letter or a digit from 1 to 9.
The program must print either true or false.
Write a program that reads a character and checks if it is a capital letter or a digit from 1 to 9.
The program must print either true or false.
Sample Input 1:
ASample Output 1:
trueCreate a free account to access the full topic