登录
首页 » Java Develop » classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and

classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and

于 2022-06-15 发布 文件大小:843.00 B
0 69
下载积分: 2 下载次数: 1

代码说明:

classshapemain.zip //: c03:AutoInc.java // Demonstrates the ++ and -- operators. // From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. public class AutoInc { public static void main(String[] args) { int i = 1 System.out.println("i : " + i) System.out.println("++i : " + ++i) // Pre-increment System.out.println("i++ : " + i++) // Post-increment-classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and-- operat ors.// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002// www.BruceEckel. com. See copyright notice in CopyRight.txt. pu blic class AutoInc (public static void main (St. ring args []) (int i = 1 System.out.println ( "i : "i) System.out.println (" i : "i)// Pre-increment System.out.println (" i : "i)// Post-increment

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 696518资源总数
  • 104353会员总数
  • 66今日下载