From 19fbc9adff218dfec655ecacea991c463d8aa8ab Mon Sep 17 00:00:00 2001 From: tafaar Date: Sun, 16 Oct 2022 00:22:07 -0700 Subject: i think one more --- BlankConsoleLab/CST116-Lab1-Hill.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlankConsoleLab/CST116-Lab1-Hill.cpp b/BlankConsoleLab/CST116-Lab1-Hill.cpp index 0f07f62..dbd9286 100644 --- a/BlankConsoleLab/CST116-Lab1-Hill.cpp +++ b/BlankConsoleLab/CST116-Lab1-Hill.cpp @@ -32,7 +32,7 @@ int main() cout << endl << "The dimensions of your kite are " << width << "cm by " << length << "cm." << endl; - double area = (width * length) / 10000.0; + double area = (width * length) / 10000.0 float aspectRatio = width / length; cout << "The area is " << area << " square meters." << endl; -- cgit v1.2.3