diff options
| author | Evan <[email protected]> | 2022-12-01 00:37:23 -0800 |
|---|---|---|
| committer | Evan <[email protected]> | 2022-12-01 00:37:23 -0800 |
| commit | 68d37fd670189dcc33cfe4b23daf3c2261ccd492 (patch) | |
| tree | 91b9cdbf1f17f3828bd25caddf4ad2910c10ed43 | |
| parent | ashgfgh (diff) | |
| download | cst116-lab3-evanmihm-68d37fd670189dcc33cfe4b23daf3c2261ccd492.tar.xz cst116-lab3-evanmihm-68d37fd670189dcc33cfe4b23daf3c2261ccd492.zip | |
| -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]; |