summaryrefslogtreecommitdiff
path: root/BlankConsoleLab/BlankConsoleLab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp3
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()
}
-