diff options
| author | Joe Traver <[email protected]> | 2022-10-18 20:33:39 -0700 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-10-18 20:33:39 -0700 |
| commit | 095e0f641b98d97f58ca3f06f523703b3ffdfcf1 (patch) | |
| tree | 304d0d72a94a7f8d2ca4b2b11ee1510e07d4a1a6 | |
| parent | Completed Step 4, added program notes and changed area and meters vars to flo... (diff) | |
| download | cst116-lab1-joetraver30-095e0f641b98d97f58ca3f06f523703b3ffdfcf1.tar.xz cst116-lab1-joetraver30-095e0f641b98d97f58ca3f06f523703b3ffdfcf1.zip | |
Step 5 Complete
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 42d6d35..a331666 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -35,5 +35,9 @@ int main() // unit conversion meters = area / 10000; + cout << "Kite area: " << meters << " square meters" << endl; + + + } |