summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMusa Ahmed <[email protected]>2022-10-19 17:29:14 -0700
committerMusa Ahmed <[email protected]>2022-10-19 17:29:14 -0700
commite3d2eb02e06d7ca3dcb9a0a44407f39bc39fa25e (patch)
tree2df8ba9906f0b0ced5fbef1005c419a7c213a1a6
parentAdded output file (diff)
downloadcst116-lab1-m005a-e3d2eb02e06d7ca3dcb9a0a44407f39bc39fa25e.tar.xz
cst116-lab1-m005a-e3d2eb02e06d7ca3dcb9a0a44407f39bc39fa25e.zip
Removed "Using namespace Std"
-rw-r--r--cst116-lab1-Ahmed/cst116-lab1-Ahmed.cpp2
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) {