diff options
| -rw-r--r-- | cst116-lab1-Ahmed/cst116-lab1-Ahmed.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |