Computer Science
A condition is essentially formed by using
- arithmetic operators
- relational operators
- logical operators
- none
Java Conditional Stmts
8 Likes
Answer
relational operators
Answered By
1 Like
Related Questions
In a switch case statement, when no case is available for a given switch value, the control gets transfers to
A compound statement in a Java programming is enclosed under
if((a!=b)&&(a == c)) then which of the following statement is true:
Given is a program snippet:
{ if(a != b) c = a; else c = b; }
It can be stated as: