differentiate between / and %
Answers
Answered by
1
Answer:
Explanation:
Standard answer of this question is well, main difference between & and && is that former is a bitwise operator and && is a logical operator in Java. ... From name, you can guess bitwise operates at bit level and perform AND logical operation to each bit, while logical operators operate on boolean variables only.
Answered by
0
Answer:
division and modules.
Similar questions