From edfb19a6ac76df3372e9a2eb52c4326711301255 Mon Sep 17 00:00:00 2001 From: Taylor Rogers Date: Mon, 28 Nov 2022 10:31:54 -0800 Subject: added name --- BlankConsoleLab/BlankConsoleLab.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'BlankConsoleLab/BlankConsoleLab.cpp') 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 @@ -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[]); -- cgit v1.2.3