Computer Applications
State whether the following statement is True or False :
The expression 3 / 4 evaluates to 0.
Related Questions
State whether the following statement is True or False :
Operators = and == perform the same operation in Java.
State whether the following statement is True or False :
The expression 10 % 4 evaluates to 2.
State whether the following statement is True or False :
The expressions 3 + 4 and "3" + "4" evaluate to the same value.
State whether the following statement is True or False :
The expression x = x + 7 is same as x =+ 7.