Computer Applications
Explain the following:
Arithmetic expression
Java Operators
44 Likes
Answer
An Arithmetic expression is an expression that contains variables, constants and arithmetical operators together to produce meaningful results.
For example, a + b * c - d is an arithmetic expression with variables a, b, c and d being of numeric type.
Answered By
30 Likes