Computer Science, asked by kanankamra1424, 5 months ago

Construct logical expression to represent the following condition:

Weight is greater than or equal to 115 but less than 125​

Answers

Answered by harniyaoo4
9

Answer:

weight>=115 && weight<125

Explanation:

   

Similar questions