Construct a logical expression to represent each of the following conditions:
(i) Mark is greater than or equal to 100 but less than 70
Answers
Answered by
4
Explanation:
Answer:
if(weight >= 115 && weight <>
Similar questions