After following, you can keep track of his dynamic information in a timely manner
Courses in the relevant section:arithmetic operators
1.浮点数不能相加减乘除取余 2.浮点数不能进行比较 3.+:加法、-:减法、*:乘法、/:除法、%:取余
2022-09-100个赞
Courses in the relevant section:Expressions and return values
1.把右边表达式算完毕把返回值给左边的。
2022-09-100个赞
Courses in the relevant section:prepended increment operator
前置加加 列如: ++s:先自加后返回值。 意思是说先自加1然后再赋值。
2022-09-100个赞
Courses in the relevant section:Postfix increment operator
前置自加和后置自加如果单独使用效果是一样的。 后置自增口诀:先返回值后自加1
2022-09-100个赞