diff options
Diffstat (limited to 'BlankConsoleLab')
| -rw-r--r-- | BlankConsoleLab/cst116-Lab3-EvanMihm.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BlankConsoleLab/cst116-Lab3-EvanMihm.cpp b/BlankConsoleLab/cst116-Lab3-EvanMihm.cpp index a5ad9a2..788694e 100644 --- a/BlankConsoleLab/cst116-Lab3-EvanMihm.cpp +++ b/BlankConsoleLab/cst116-Lab3-EvanMihm.cpp @@ -66,7 +66,6 @@ int main() cout << "\n\n\t\t ** About to EXIT NOW! ** "; } - //totalfare = fare + toll; totalfare = fare[0] + toll[0]; |