public void Test5() { String answer = "The answer should be 2, and it is " + Multiplier.MultipleTwoNumbers(1, 2); Console.WriteLine(answer); }