초등학교 때 배우는 두 정수의 곱셈표를 만들어 주는 C# 소스이다. /* * Filename: MakeMultTableApp.cs * * Print a multiplication table. * * Compile: csc MakeMultTableApp.cs * Execute: MakeMultTableApp 230 5100 * * Date: 2009/03/07 * Author: pkim (AT) scripts.pe.kr */ using System; namespace MyTestApplication1 { public class MakeMultTableApp { public static void PrintUsing() { Console.WriteLine("Using: MakeMultTableApp [numb..