Computer Applications
State whether the following statement is True or False :
The statements x = 7 and x == 7 are same.
Java Operators
8 Likes
Answer
False
Answered By
2 Likes
Related Questions
State whether the following statement is True or False :
The expression x = x + 7 is same as x =+ 7.
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 z =- 7 is same as z = z-7.
State whether the following statement is True or False :
The assignment operator (=) is a binary operator.