summaryrefslogtreecommitdiff
path: root/BlankConsoleLab/BlankConsoleLab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp
index 7a99a05..22d82d3 100644
--- a/BlankConsoleLab/BlankConsoleLab.cpp
+++ b/BlankConsoleLab/BlankConsoleLab.cpp
@@ -36,5 +36,8 @@ int main()
cout << "The length of the kite is " << length << "cm." << endl;
cout << "The width of the kite is " << width << "cm." << endl;
cout << "The area of the kite is " << area << "m^2." << endl;
+ cout << "The mass of the kite is " << mass << "kg." << endl;
+ cout << "The gravitational pull on the kite is " << gravitationalPull << "Newtons" << endl;
+
}