Computer Science, asked by progamerff5762459, 5 days ago

Mention which logical operator to be used in the following cases. a. Checking age to see if it is greater than 20 and less than 60​

Answers

Answered by yuthikagoel9
0

Answer:

The operator to be used in this case is the && operator.

Explanation:

The condition will be if (age>20 && age<60)

Similar questions