Computer Science, asked by sunilsisodiya2454, 5 months ago

Write the logical expression to represent the following: i) Either amount is more than 10 or quantity is less than 5. ii) Class is ‘10’ and marks is more than 80. iii) Nationality is Indian and age is more than 18.

Answers

Answered by Anonymous
2

Logical expressions:

i) if amount>10 or quantity<5

ii) If Class==10 and marks>80

iii) If nationality==Indian and age>18

Similar questions