diff options
| author | Joe Traver <[email protected]> | 2022-10-18 20:17:52 -0700 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-10-18 20:17:52 -0700 |
| commit | 222e40b29d2985a36ade0cddbea308c51ebadd38 (patch) | |
| tree | 56575ec50cd776f9b109023344a185df13e78cd6 /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | Step 1 Complete (diff) | |
| download | cst116-lab1-joetraver30-222e40b29d2985a36ade0cddbea308c51ebadd38.tar.xz cst116-lab1-joetraver30-222e40b29d2985a36ade0cddbea308c51ebadd38.zip | |
Step 2 Complete
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index f612bb8..cbc555d 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -21,7 +21,13 @@ int main() cout << "Enter width of kite in cm: "; cin >> width; - + + cout << "Height = " << height << " cm" << endl; + + cout << "Width = " << width << " cm" << endl; + + + |