文件名称:SumOfArgs
介绍说明--下载内容来自于网络,使用问题请自行百度
一个名为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 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.