EXERCISES
Completion requirements
beginner-friendly exercises based on the topics you’ve covered.
5. 5. Logical Operators
Write a program that checks whether a number entered by the user is between 10 and 50 (inclusive).
Use:
-
>=,<= -
and