Advertisements
Advertisements
प्रश्न
The statement (a>b) && (a>c) uses a logical operator.
पर्याय
True
False
MCQ
चूक किंवा बरोबर
उत्तर
This statement is True.
Explanation:
- The && operator represents a logical AND operation. It returns true if both conditions (a > b) and (a > c) are satisfied; otherwise, it returns false.
- Logical operators combine numerous boolean expressions and return a boolean value.
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?