What are Pure Arithmetic Expression in Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are Pure Arithmetic Expression in Java?

Pertaining to Java

23rd Sep 2019, 1:53 PM
Nishant Hegde
Nishant Hegde - avatar
2 Answers
+ 4
A Pure arithmetic expression in Java is an expression containing variables and constants of the same data type only, separated by arithmetic operators(like +, -, *, /, %).
23rd Sep 2019, 3:57 PM
Jaideep Nirmal AJ
Jaideep Nirmal AJ - avatar
+ 2
Any valid mathematical equation using these following arithmetic operation: Addition(+) Subtraction (-) Division (/) Multiplication (*) Modulus(%) These all falls under arithmetic expressions.
23rd Sep 2019, 2:33 PM
Chirag Kumar
Chirag Kumar - avatar