removing extra WriteLine command
This commit is contained in:
@@ -61,7 +61,6 @@ namespace BasicProgramming
|
|||||||
Console.WriteLine($"DrawTriangle(10): {DrawTriangle(10)}");
|
Console.WriteLine($"DrawTriangle(10): {DrawTriangle(10)}");
|
||||||
Console.WriteLine($"ToThePowerOf(-2, 3): {ToThePowerOf(-2, 3)}");
|
Console.WriteLine($"ToThePowerOf(-2, 3): {ToThePowerOf(-2, 3)}");
|
||||||
Console.WriteLine($"ToThePowerOf(5, 5): {ToThePowerOf(5, 5)}");
|
Console.WriteLine($"ToThePowerOf(5, 5): {ToThePowerOf(5, 5)}");
|
||||||
Console.WriteLine(DrawTriangle(10));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static int AddAndMultiply(int a, int b, int c)
|
public static int AddAndMultiply(int a, int b, int c)
|
||||||
|
|||||||
Reference in New Issue
Block a user