diff options
| author | DoolyBoi <[email protected]> | 2022-10-19 19:55:02 -0700 |
|---|---|---|
| committer | DoolyBoi <[email protected]> | 2022-10-19 19:55:02 -0700 |
| commit | b37e54e4afa22d93d03e6581a68cf57314f29825 (patch) | |
| tree | d9ac202cd01bfbf1bdf15e6e957ea9690e1207ee | |
| parent | aspect ratio and warning (diff) | |
| download | cst116-lab1-abd00l4h-b37e54e4afa22d93d03e6581a68cf57314f29825.tar.xz cst116-lab1-abd00l4h-b37e54e4afa22d93d03e6581a68cf57314f29825.zip | |
documentation
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index d0aae5a..1206cf4 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -7,12 +7,6 @@ Purpose: The purpose of this code is to find the area for a kite which the user enters the values of the width and height and give out the area of the kite - -Input: -width (int), height (int) - -Output: -Area (int/string) */ #include <iostream> |