diff options
| author | Musa Ahmed <[email protected]> | 2022-10-19 17:29:14 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-10-19 17:29:14 -0700 |
| commit | e3d2eb02e06d7ca3dcb9a0a44407f39bc39fa25e (patch) | |
| tree | 2df8ba9906f0b0ced5fbef1005c419a7c213a1a6 | |
| parent | Added output file (diff) | |
| download | cst116-lab1-m005a-e3d2eb02e06d7ca3dcb9a0a44407f39bc39fa25e.tar.xz cst116-lab1-m005a-e3d2eb02e06d7ca3dcb9a0a44407f39bc39fa25e.zip | |
Removed "Using namespace Std"
| -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) { |