diff options
| author | Morgan Cyrus <[email protected]> | 2022-10-17 22:31:18 -0700 |
|---|---|---|
| committer | Morgan Cyrus <[email protected]> | 2022-10-17 22:31:18 -0700 |
| commit | 1f83c350ee6d310e5140203110f29f1fc3e860c6 (patch) | |
| tree | 266314587d42888b83a01b25bf2d8cd51982f578 /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | test (diff) | |
| parent | Update BlankConsoleLab.cpp (diff) | |
| download | cst116-lab1-cyrus-1f83c350ee6d310e5140203110f29f1fc3e860c6.tar.xz cst116-lab1-cyrus-1f83c350ee6d310e5140203110f29f1fc3e860c6.zip | |
kiteCalc()
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 535da9c..ba46e62 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -9,7 +9,7 @@ * * Ask the user for the width and length in centimeters. * Print what the user entered for the width and length. -* Compute the area of the kite. Area = (width � length)/ 2 +* Compute the area of the kite. Area = (width × length)/ 2 * Convert the square centimeters to square meters by dividing by 10000. * Print area in square meters. Note: square meters will use decimals. * Compute the aspect ratio of the kite. The aspect ratio is width / length @@ -37,4 +37,3 @@ int main() } - |