#考试酷#A5_Arithmetic Operators

A5巨巨简单

区分好%和/的作用

同时记得%是整型运算

最后复习下优先级——复习一下优先级顺序【来自C语言运算符优先级(超详细)


#考试酷#A5_Arithmetic Operators
%号的意思是取余
-3÷2=-1……-1


#考试酷#A5_Arithmetic Operators
辨析——%和/
取余和除法取整


#考试酷#A5_Arithmetic Operators


#考试酷#A5_Arithmetic Operators


#考试酷#A5_Arithmetic Operators
*和/的先后优先级是相同的所以从左到右


#考试酷#A5_Arithmetic Operators
注意%运算要求前后都是整型

int % int;

#考试酷#A5_Arithmetic Operators
% * /的优先级是相同的
复习一下优先级顺序【来自C语言运算符优先级(超详细)

上一篇:十大响应式Web设计框架


下一篇:IDEA 新建 module