The basic mathematical operators are the same as the ones available in most programming languages: addition (+),subtraction (-),division (/),multiplication (*) and modulus (%,which produces the remainder from integer division).
英
美
- Java的基本算術(shù)運算符與其他大多數程序設計語(yǔ)言是相同的。其中包括加號(+)、減號(-)、除號(/)、乘號(*)以及模數(%25,從整數除法中獲得余數)。