From b37e54e4afa22d93d03e6581a68cf57314f29825 Mon Sep 17 00:00:00 2001 From: DoolyBoi Date: Wed, 19 Oct 2022 19:55:02 -0700 Subject: documentation --- BlankConsoleLab/BlankConsoleLab.cpp | 6 ------ 1 file changed, 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 -- cgit v1.2.3