Exercise 7: Relational and Logical Operators

Let's test your understanding of relational and logical operators.

Problem Statement

Check whether the given test variable is greater than 44 and less than 1010.

Use cat() to display the output on the screen.

Input

A testVariable containing the number being tested.

Output

TRUE or FALSE depending on whether the number satisfies the condition or not.

Sample Input

19

Sample Output

FALSE

Test Yourself

Write your code in the given area. If you get stuck, you can look at the solution.

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy