프로그래밍/Java
빠른 for문
꿈풀이
2014. 11. 10. 16:28
★ 빠른 for 문
package exam; public class Exam01 { for (String result : test) { |
★ 결과
Test1 |
완전 간단함 ㅋㅋ