diff options
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index a1c1afa..ad4a7ad 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -1,4 +1,6 @@ -// BlankConsoleLab.cpp : This file contains the 'main' function. Program execution begins and ends there. +// Lab3 +// +// Taylor Rogers // #include <iostream> @@ -15,7 +17,7 @@ using std::ifstream; using std::ofstream; using std::string; -const int MAX = 50; +const int MAX = 100; int ReadData(ifstream& inFile, int pick[], int drop[], int psgr[], float dist[], float fare[], float toll[]); |