write a boolean expression that evaluates to true if a number stored in variable num is between 1 and 100 or the num is negativ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

write a boolean expression that evaluates to true if a number stored in variable num is between 1 and 100 or the num is negativ

Please help me solve this question

12th Apr 2022, 9:08 AM
Nicholas Appernor
Nicholas Appernor - avatar
4 Answers
+ 3
Okay thanks
12th Apr 2022, 10:08 AM
Nicholas Appernor
Nicholas Appernor - avatar
+ 2
What is your try? edit: revise if-else blocks lesson.
12th Apr 2022, 9:21 AM
Jayakrishna 🇮🇳
0
You need to check if x is equal or greater then 1 && x is less or equal to 100 and if x%2==0.
13th Apr 2022, 10:36 AM
D_Stark
D_Stark - avatar
- 1
Please can i get help
12th Apr 2022, 5:46 PM
Taku Gabriel
Taku Gabriel - avatar