summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoolyBoi <[email protected]>2022-10-19 20:20:51 -0700
committerDoolyBoi <[email protected]>2022-10-19 20:20:51 -0700
commita624b320f71aa8c4f8129beeec576b9302b252e5 (patch)
treea3850b1a247321794960917684e7a7c3f1ef6b50
parentfixed while loops (diff)
downloadcst116-lab1-abd00l4h-a624b320f71aa8c4f8129beeec576b9302b252e5.tar.xz
cst116-lab1-abd00l4h-a624b320f71aa8c4f8129beeec576b9302b252e5.zip
removed extra variables
-rw-r--r--BlankConsoleLab/CST116-Lab1-Havaldar.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/BlankConsoleLab/CST116-Lab1-Havaldar.cpp b/BlankConsoleLab/CST116-Lab1-Havaldar.cpp
index 5c59eb8..ad01c59 100644
--- a/BlankConsoleLab/CST116-Lab1-Havaldar.cpp
+++ b/BlankConsoleLab/CST116-Lab1-Havaldar.cpp
@@ -21,7 +21,6 @@ int main()
{
//seting up variables
float length, width, area, aspectRatio, mass, gPull;
- bool dimensions = false;
bool glength = false;
bool gwidth = false;