diff --git a/Program.cs b/Program.cs index c099d8a..6586bab 100644 --- a/Program.cs +++ b/Program.cs @@ -13,7 +13,7 @@ static void Main(string[] args) // Declare variables and use methods from MathLibrary float substract = math.Substract(5, 2); float multiply = math.Multiply(5, 2); - float divide = math.Divide(5, 2); + float divide = math.Devide(5, 2); float power = math.Power(5); // Print results on screen