Home
Download App
Study Material
{{ shortTitle }}
Video Lessons
Practice Tests
Ask Doubts
Pricing
JOIN NOW
Computer Applications
Two arithmetic expressions can be compared with if statement, using:
Arithmetic operator
Relational operator
Ternary operator
None
Java Conditional Stmts
53 Likes
Answer
Relational operator
Answered By
12 Likes
Related Questions
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
Which of the following is a conditional statement?
View Answer
Bookmark Now
Which of the following statements accomplishes 'fall through'?
View Answer
Bookmark Now