diff options
| author | DoolyBoi <[email protected]> | 2022-10-19 20:20:51 -0700 |
|---|---|---|
| committer | DoolyBoi <[email protected]> | 2022-10-19 20:20:51 -0700 |
| commit | a624b320f71aa8c4f8129beeec576b9302b252e5 (patch) | |
| tree | a3850b1a247321794960917684e7a7c3f1ef6b50 /BlankConsoleLab/CST116-Lab1-Havaldar.cpp | |
| parent | fixed while loops (diff) | |
| download | cst116-lab1-abd00l4h-a624b320f71aa8c4f8129beeec576b9302b252e5.tar.xz cst116-lab1-abd00l4h-a624b320f71aa8c4f8129beeec576b9302b252e5.zip | |
removed extra variables
Diffstat (limited to 'BlankConsoleLab/CST116-Lab1-Havaldar.cpp')
| -rw-r--r-- | BlankConsoleLab/CST116-Lab1-Havaldar.cpp | 1 |
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; |