Computer Science, asked by abdulshariq201327, 7 months ago

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 ranganathrajani
4

Explanation:

Answer:

if(weight >= 115 && weight <>

Similar questions