InterviewSolution
Saved Bookmarks
| 1. |
What is the use of arithmetic operator in Java? |
|
Answer» Arithmetic operators are used to PERFORM arithmetic operations on VARIABLES and data. For example, a + B; Here, the + operator is used to ADD TWO variables a and b . |
|