"); //display times table for (int x = 1; x <= 12; x++) { Console.WriteLine(x + "x" + multiplier + "=" + (x * multiplier)); } // add blank line between each times table Console.WriteLine(""); } ACTIVITY 9 1 a Algorithm A displays the numbers ...