Saved Bookmarks
| 1. |
Which of the following is not a Arithmetic Operator |
|
Answer» Java programming LANGUAGE SUPPORTS VARIOUS arithmetic OPERATORS for all floating-point and integer numbers. These operators are + (addition), - (subtraction), * (multiplication), / (division), and % (modulo). The following table summarizes the binary arithmetic operations in the Java programming language. |
|