Write a program that reads an integer value and checks if it is less than 10 and greater than 0.
Your program should print a boolean value (true or false).
Write a program that reads an integer value and checks if it is less than 10 and greater than 0.
Your program should print a boolean value (true or false).
Sample Input 1:
0Sample Output 1:
falseCreate a free account to access the full topic