diff options
| author | [email protected] <[email protected]> | 2022-10-05 16:16:54 -0700 |
|---|---|---|
| committer | [email protected] <[email protected]> | 2022-10-05 16:16:54 -0700 |
| commit | 73dcdc082a8873f47728146d9cc89ea7906461bf (patch) | |
| tree | e566fd2834fde736420858edac44c167ca6e10a6 /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | push 1 (diff) | |
| download | cst116-lab1-smith-73dcdc082a8873f47728146d9cc89ea7906461bf.tar.xz cst116-lab1-smith-73dcdc082a8873f47728146d9cc89ea7906461bf.zip | |
Push 2
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index ee35f4d..9cf1e55 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -22,7 +22,7 @@ int main() cin >> w; cout << "Now please input the length of the kite in centimeters." << endl; cin >> l; - + //Doing the math to convert the centimeter inputs to square meter outputs area = (w * l) / 2; area /= 10000; |