Home
Download App
Study Material
{{ shortTitle }}
Video Lessons
Practice Tests
Ask Doubts
Pricing
JOIN NOW
Computer Applications
If(a>b)&&(a>c)), then which of the statement is true?
b is the smallest number
b is the greatest number
a is the greatest number
all of the above
Java Conditional Stmts
66 Likes
Answer
a is the greatest number
Answered By
9 Likes
Related Questions
Which of the following is a compound statement?
View Answer
Bookmark Now
Condition is essentially formed by using:
View Answer
Bookmark Now
if
(
a
>
b
)
c
=
a
;
else
c
=
b
;
It can be written as:
View Answer
Bookmark Now
If a, b and c are the sides of a triangle then which of the following statement is true for: if(a!=b && a!=c && b!=c)?
View Answer
Bookmark Now