Java入门_5_Operators.pptVIP

  • 0
  • 0
  • 约6.63千字
  • 约 19页
  • 2018-03-07 发布于河南
  • 举报
Java入门_5_Operators

5 Operators 2018-3-6 1 Dong Shao, Nanjing Unviersity Operators Similar to C and C++ Simpler print statements System.out.println(Rather a lot to type); System.out.print(Rather a lot to type); 2018-3-6 2 Dong Shao, Nanjing Unviersity Precedence Operator precedence defines how an expression evaluates when several operators are present. The easiest one to remember is that multiplication and division happen before addition and subtraction. 2018-3-6 3 Dong Shao, Nanjing Unviersity Assignment Assignment is performed with the operator =. It means “Take the value of the right-hand side (often

文档评论(0)

1亿VIP精品文档

相关文档