summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei F <[email protected]>2022-10-19 21:23:56 -0700
committerAndrei F <[email protected]>2022-10-19 21:23:56 -0700
commit7883476952dd5d7e710227b9d005dd94fdef65ca (patch)
tree76634c04eeff2bf518e4f6346fb4d8be9cb25c36
parentFinished step 1 (diff)
downloadcst116-lab1-florea-7883476952dd5d7e710227b9d005dd94fdef65ca.tar.xz
cst116-lab1-florea-7883476952dd5d7e710227b9d005dd94fdef65ca.zip
Finished step 2
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp
index b8ebf9d..01f5b44 100644
--- a/BlankConsoleLab/BlankConsoleLab.cpp
+++ b/BlankConsoleLab/BlankConsoleLab.cpp
@@ -24,6 +24,7 @@ int main()
cout << "Please enter the LENGTH of your kite in centimeters (decimals are OK): ";
cin >> length;
+ cout << "Width: " << width << " | Length: " << length << endl;
}