Computer Applications
State whether the following statement is True or False :
The statements n = 25 and n == 25 are same.
Java Operators
2 Likes
Answer
False
Answered By
3 Likes
Related Questions
State whether the following statement is True or False :
The expression m = m + 2 is same as m =+ 2.
State whether the following statement is True or False :
The new operator allocates memory during runtime.
State whether the following statement is True or False :
The expression p =- 9 is same as p = p-9.
State whether the following statement is True or False :
The assignment operator (=) is a binary operator.