basicJavaProject, testOperatorProject, 연산자연습프로젝트, 제어문연습프로젝트, LogicSilsub, LoopSilsub, LogicHomework, LogicHomework2, testArrayProject, javaTest1_답안, test.controller
package com.kh.var.example; public class TestMain { public static void main(String[] args) {// 변수 연습문제 실행용Example exam = new Example();//exam.myProfile();//exam.inputProfile();//exam.example1(); //연습문제1 실행exam.example3();} } package basic.run; import basic.variable.VariableSample; public class Main {public static void main(String[] args){VariableSample vs = new VariableSample();vs.checkVariable(..
2018. 4. 18.