文件名称:SumOfArgs
- 所属分类:
- JSP源码/Java
- 资源属性:
- 上传时间:
- 2018-04-02
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- john****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个名为SumOfArgs的类,该类将打印出在命令行上找到的所有整数参数的总和。它应该有一个main()方法,以便该类可以运行。任何不是整数的东西都应该跳过(不应该有助于总和)。(Create a class named SumOfArgs that will print out the sum of all integer arguments found on the command line. It should have a main() method so the class can be run. Anything that is not an integer should be skipped (should not contribute to the sum). It should print out only the sum (nothing else!). No error messages can be printed out (no matter what the command line args look like).)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
Homework1\.classpath | 301 | 2018-04-01 |
Homework1\.project | 385 | 2018-04-02 |
Homework1\.settings\org.eclipse.jdt.core.prefs | 598 | 2018-04-01 |
Homework1\bin\SumOfArgs.class | 936 | 2018-04-02 |
Homework1\src\SumOfArgs.class | 761 | 2018-04-01 |
Homework1\src\SumOfArgs.java | 338 | 2018-04-01 |
Homework1\.settings | 0 | 2018-04-02 |
Homework1\bin | 0 | 2018-04-02 |
Homework1\src | 0 | 2018-04-02 |
Homework1 | 0 | 2018-04-02 |