- 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
4 Réponses
+ 3
Okay thanks
+ 2
What is your try?
edit:
revise if-else blocks lesson.
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.
- 1
Please can i get help