java实验3.2(循环语句找名字)

时间:2014-01-31 13:53:08
【文件属性】:

文件名称:java实验3.2(循环语句找名字)

文件大小:3KB

文件格式:RAR

更新时间:2014-01-31 13:53:08

InputParms.java

Write a Java program called InputParms.java that accepts 3 arguments in the main method using an array. Iterate through the array looking for your name using a for loop. Display the message "The name was found" if your name is found. For example, using the following command Java InputParms I am Michael Output: The name Michael was found.


【文件预览】:
实验3.2
----.project(385B)
----bin()
--------FoundName.class(1KB)
--------InputParms.class(674B)
----.settings()
--------org.eclipse.jdt.core.prefs(629B)
----src()
--------InputParms.java(309B)
--------FoundName.java(530B)
----.classpath(301B)

网友评论

  • 总的来说不多,但是又一个小BUG。不过挺好改的。