Advertisements
Advertisements
प्रश्न
If (a>b&&b>c) then largest number is ______.
पर्याय
b
c
a
Wrong expression
MCQ
रिकाम्या जागा भरा
Advertisements
उत्तर
If (a>b&&b>c) then largest number is a.
Explanation:
a is greater than b, and b is greater than c, so a is the greatest.
shaalaa.com
Tokens
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
Which of the following is not a token?
Which of the following is not a logical operator?
Which operator is also called a Conditional operator?
What are the different operators that can be used in Python?
Explain the types of literals?
Write short notes on the Arithmetic operator with examples.
Explain the Ternary operator with examples.
Write short notes on Escape sequences with examples.
Identify the operator that gets the highest precedence while evaluating the given expression:
a + b % c * d - e
The default value of a boolean variable is ______.
