Write a program that reads a value and checks if it is less than 10.
It should print true if it is less than 10 or false otherwise.
Write a program that reads a value and checks if it is less than 10.
It should print true if it is less than 10 or false otherwise.
Sample Input 1:
5Sample Output 1:
trueCreate a free account to access the full topic