summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoolyBoi <[email protected]>2022-10-19 19:55:02 -0700
committerDoolyBoi <[email protected]>2022-10-19 19:55:02 -0700
commitb37e54e4afa22d93d03e6581a68cf57314f29825 (patch)
treed9ac202cd01bfbf1bdf15e6e957ea9690e1207ee
parentaspect ratio and warning (diff)
downloadcst116-lab1-abd00l4h-b37e54e4afa22d93d03e6581a68cf57314f29825.tar.xz
cst116-lab1-abd00l4h-b37e54e4afa22d93d03e6581a68cf57314f29825.zip
documentation
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp6
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>