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的基本算术运算符与其他大多数程序设计语言是相同的。 其中包括加号(+)、减号(-)、除号(/)、乘号(*)以及模数(%25,从整数除法中获得余数)。