static void Step7088() { Console.WriteLine(); Console.WriteLine("7088"); double[] in7088x = { 0, 1, 1.5, 2, 2.5, 0, 1, 1.5, 2, 2.5, 0, 1, 1.5, 2, 2.5, 0, 1, 1.5, 2, 2.5, 0, 1, 1.5, 2, 2.5 }; double[] in7088y = { 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, -0.5, -0.5, -0.5, -0.5, -0.5, -1, -1, -1, -1, -1, -2, -2, -2, -2, -2 }; for (int i = 0; i < in7088x.Length; i++) { String currentPattern = getPattern(Lab05.Task7088(in7088x[i], in7088y[i])); Console.WriteLine(currentPattern, in7088x[i], in7088y[i]); } }