summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CST116-Lab1-Bishop-Submission11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Lab1-Bishop-Submission11.cpp b/CST116-Lab1-Bishop-Submission11.cpp
index eabbe37..cdc3583 100644
--- a/CST116-Lab1-Bishop-Submission11.cpp
+++ b/CST116-Lab1-Bishop-Submission11.cpp
@@ -30,7 +30,7 @@ int main()
cout << "Our width and the height is: " << horizontal_kitew << "and " << vertical_kitel << endl;
int areaofkite;
- areaofkite = (horizontal_kitew * vertical_kitel) / 2;
+ areaofkite = (horizontal_kitew * vertical_kitel) ;
cout << "The area of the kite is " << areaofkite;
float Area_of_kiteM;
Area_of_kiteM = areaofkite / 10000;