using System; using System.Collections.Generic; using System.Text; namespace HJ42 { internal class Program { static Dictionary<int, string> numberMap01 = new Dictionary<int, string>() { {1,"one" }, {2,"two"}, {3,"three"}, {4,"four"}, {5,"five&...