summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BlankConsoleLab/CST116-Lab1-Fine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/BlankConsoleLab/CST116-Lab1-Fine.cpp b/BlankConsoleLab/CST116-Lab1-Fine.cpp
index cca5be6..4a4431b 100644
--- a/BlankConsoleLab/CST116-Lab1-Fine.cpp
+++ b/BlankConsoleLab/CST116-Lab1-Fine.cpp
@@ -7,6 +7,7 @@ using namespace std;
float GetArea(float length, float width);
+const int massMeter = 135;
using std::cout;
using std::cin;
using std::endl;