1주차(0901)


1주차(0901)

실습문제 1 1 2 3 4 5 6 7 8 9 10 namespace _9_1_LHJ { class Program { static void Main(string[] args) { Console.WriteLine("이현준"); } } } Colored by Color Scripter cs <실행결과> 이현준 실습문제 2 1 2 3 4 5 6 7 8 9 10 11 namespace _9_1_LHJ { class Program { static void Main(string[] args) { Console.WriteLine("이현준"); Console.WriteLine("추가한 프로젝트 실행"); } } } Colored by Color Scripter cs <실행결과> 이현준 추가한 프로젝트 실행 실습문제 1-2 1 2 3 4 5 6 7 8 9 10 class Program { static void Main() { Console.Write("첫째줄"); Console.WriteLine("둘...



원문링크 : 1주차(0901)