diff options
| author | Andrei F <[email protected]> | 2022-10-19 21:23:56 -0700 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-10-19 21:23:56 -0700 |
| commit | 7883476952dd5d7e710227b9d005dd94fdef65ca (patch) | |
| tree | 76634c04eeff2bf518e4f6346fb4d8be9cb25c36 | |
| parent | Finished step 1 (diff) | |
| download | cst116-lab1-florea-7883476952dd5d7e710227b9d005dd94fdef65ca.tar.xz cst116-lab1-florea-7883476952dd5d7e710227b9d005dd94fdef65ca.zip | |
Finished step 2
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 1 |
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; } |