summaryrefslogtreecommitdiff
path: root/hw2/snowfall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hw2/snowfall.cpp')
-rw-r--r--hw2/snowfall.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw2/snowfall.cpp b/hw2/snowfall.cpp
index 2d54a90..5bbff8a 100644
--- a/hw2/snowfall.cpp
+++ b/hw2/snowfall.cpp
@@ -12,6 +12,7 @@ int main() {
cout << "How many days in the future would you like a prediction for?\n";
cin >> num_days;
+ // Takes initial snow, adds the expected snowfall and subtracts the expected melted snow
breck = 25+(10*num_days)-(5*num_days);
vail = 28+(14*num_days)-(2*num_days);
copper = 40+(5*num_days)-(3*num_days);