From 2f91850c5ce47fe47ff6cc2a9d4d87be24cbe509 Mon Sep 17 00:00:00 2001 From: Tim Pearse Date: Wed, 19 Oct 2022 22:10:30 -0700 Subject: Change 4 : Now added mass and gravitational pull proper --- BlankConsoleLab/BlankConsoleLab.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'BlankConsoleLab') 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; + } -- cgit v1.2.3