summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Traver <[email protected]>2022-10-18 20:33:39 -0700
committerJoe Traver <[email protected]>2022-10-18 20:33:39 -0700
commit095e0f641b98d97f58ca3f06f523703b3ffdfcf1 (patch)
tree304d0d72a94a7f8d2ca4b2b11ee1510e07d4a1a6
parentCompleted Step 4, added program notes and changed area and meters vars to flo... (diff)
downloadcst116-lab1-joetraver30-095e0f641b98d97f58ca3f06f523703b3ffdfcf1.tar.xz
cst116-lab1-joetraver30-095e0f641b98d97f58ca3f06f523703b3ffdfcf1.zip
Step 5 Complete
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp4
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;
+
+
+
}