English

Distinguish between (p != q) and !(p == q). - Computer Applications

Advertisements
Advertisements

Question

Distinguish between (p != q) and !(p == q).

Distinguish Between

Solution

S. No. (p != q) !(p == q)
1. This condition will be true if p and q are not equal. Even if p and q are equal, false is returned because of the (NOT !) operator.
2. Example: 
p = 20;
q = 21;
boolean r = (p != q ) // r = true
Example: 
p = 20;
q = 20;
boolean r = (p == q ) // r = false
shaalaa.com
  Is there an error in this question or solution?
Chapter 1.04: Operators in Java - EXERCISES [Page 44]

APPEARS IN

Avichal Computer Applications [English] Class 10 ICSE
Chapter 1.04 Operators in Java
EXERCISES | Q V. 4. (d) | Page 44
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×