Computer Science, asked by mcvignesh983, 1 month ago

in python construct an expression to represent each of the following conditions: (i)mark is greater than or equal to 100 but less than 70​

Answers

Answered by PrakharRaj25
0

Answer: Let variable be x

1. X >= 100

2. X < 70

Explanation:

Answered by IqBroly
0

Answer:

07-Nov-2020 — Construct a logical expression to represent each of the following conditions.(1) Mark is greater than or equal to 100 but less than 70.

Explanation:

Similar questions