728x90
반응형
package chap10;
/*
* LambdaInterface3 인터페이스를 이용하여 람다방식으로
* 입력된 숫자까지의 합을 출력하는 프로그램 구현하기
*/
public class Test0318_3 {
public static void main(String[] args) {
f.method(4);
f.method(10);
f.method(100);
}
}
728x90
반응형