Computer Applications
Which of the following logical operators results in true when all the connecting conditions are true?
- !
- ||
- &&
- !=
Input in Java
16 Likes
Answer
&&
Reason — Logical AND results in true when all the connecting conditions are true.
Answered By
9 Likes
Related Questions
Due to which of the following errors, a program does not provide correct result although it has no grammatical mistake?
- Logical
- Syntax
- Type mismatch
- None of the above
A Java statement is given as:
if((a!=b)&&(a==c))Which of the following statements is true?
- b is the smallest number
- b is the greatest number
- a is the smallest number
- Both (a) and (b)
State whether the following statement is True or False :
Java programs can be compiled and executed on BlueJ platform.
State whether the following statement is True or False :
In assignment, the data values are readily available in Java program.