From e9f004066e677315eae0d1cdad9eabc538784045 Mon Sep 17 00:00:00 2001 From: "smithbenjamin2022@gmail.com" Date: Wed, 5 Oct 2022 16:17:41 -0700 Subject: Push 4 --- BlankConsoleLab/BlankConsoleLab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BlankConsoleLab/BlankConsoleLab.cpp') diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 4f6d6cf..9cf1e55 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -21,7 +21,7 @@ int main() cout << "Please input the width of the kite in centimeters." << endl; cin >> w; cout << "Now please input the length of the kite in centimeters." << endl; - cin >> l; + cin >> l; //Doing the math to convert the centimeter inputs to square meter outputs area = (w * l) / 2; -- cgit v1.2.3