From e3d2eb02e06d7ca3dcb9a0a44407f39bc39fa25e Mon Sep 17 00:00:00 2001 From: Musa Ahmed Date: Wed, 19 Oct 2022 17:29:14 -0700 Subject: Removed "Using namespace Std" --- cst116-lab1-Ahmed/cst116-lab1-Ahmed.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cst116-lab1-Ahmed/cst116-lab1-Ahmed.cpp b/cst116-lab1-Ahmed/cst116-lab1-Ahmed.cpp index ee28c60..3ebee56 100644 --- a/cst116-lab1-Ahmed/cst116-lab1-Ahmed.cpp +++ b/cst116-lab1-Ahmed/cst116-lab1-Ahmed.cpp @@ -9,6 +9,7 @@ using std::cout; using std::cin; using std::endl; + int main() { float width; @@ -20,6 +21,7 @@ int main() bool isStable = false; bool range = false; + while (isStable == false) { -- cgit v1.2.3