From af1a435dc692d41debdcd4e5820389ae390113d3 Mon Sep 17 00:00:00 2001 From: bbynoCode Date: Wed, 31 Jan 2024 11:48:38 -0800 Subject: [PATCH] Fixed divide by zero issue resolves #61 --- main.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index 781dfc7..11a9676 100644 --- a/main.cpp +++ b/main.cpp @@ -11,8 +11,13 @@ int main() std::cout << "Addition: " << x + y << std::endl; std::cout << "Subtraction: " << x - y << std::endl; std::cout << "Multiplication: " <