using System; using System.Text; namespace prog { class MainClass { public static void Main (string[] args) { StringBuilder s = new StringBuilder(); Random rnd = new Random(); s.AppendLine("
| "); for(int i=0; i<3; i++) s.Append(" | " + "XYZ"[i] + " | "); s.AppendLine("
|---|---|
| "+i+" | "); for( int j=0; j<3; j++ ) s.Append(""+rnd.Next(10000)+" | "); s.AppendLine("