Computer Applications
State whether the following statement is True or False :
A conditional statement is essentially formed by using relational operators.
Java Operators
19 Likes
Answer
True
Answered By
3 Likes
Related Questions
If(a < b && a < c)
- a is the greatest number
- a is the smallest number
- b is the greatest number
- none (where a, b and c are three integer numbers)
State whether the following statement is True or False :
if statement is also called as a conditional statement.
State whether the following statement is True or False :
An if-else construct accomplishes 'fall through'.
State whether the following statement is True or False :
In a switch case, when the switch value does not match with any case then the execution transfers to the default case.