Computer Applications
State whether the following statement is True or False :
The expression 10 % 4 evaluates to 2.
Java Operators
12 Likes
Answer
True
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
Arithmetic operators + and - also have a unary form.
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 3 / 4 evaluates to 0.
State whether the following statement is True or False :
The expressions 3 + 4 and "3" + "4" evaluate to the same value.