본문 바로가기
Example 2018

제어문연습프로젝트 - 연산자샘플 main

by ZEROMI 2018. 4. 9.
728x90

package 연산자.샘플;


public class Main {


public static void main(String[] args) {

OperatorSample samp = new OperatorSample();

//samp.testTeild();

//samp.testShift();

//samp.testBitLogical();

samp.testComplex();

}


}



728x90