From abf2c55eea9c4736115967d5155dbf1485c60cb6 Mon Sep 17 00:00:00 2001 From: Anibal LopezBonilla Date: Wed, 19 Oct 2022 22:09:05 -0700 Subject: Push 5 --- BlankConsoleLab/BlankConsoleLab.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 636ab6c..df78c3d 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -58,7 +58,7 @@ int main() //Output of the area calculation to square meters. cout << "The area of the kite in squre meter is "; - cout << Mass; + cout << Area; cout << " Square Meters" <