c# 연습문제1 이것이 C# 13장 연습문제 풀이 1번 문제 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 using System; using System.Collections; using System.Linq; using System.Text; using System.Threading.Tasks; using static System.Console; using System.IO; namespace Practice2 { delegate int MyDelegate(int a, int b); // 익명메소드 선언 class MainApp { static void Main(string[] args) { MyDelegate Callback.. 2019. 12. 19. 이전 1 다음