diff options
| author | Trevor Bouchillon <[email protected]> | 2022-11-29 19:08:00 -0800 |
|---|---|---|
| committer | Trevor Bouchillon <[email protected]> | 2022-11-29 19:08:00 -0800 |
| commit | 5227797efa16cd029d0fddd9f91d7b94bc243272 (patch) | |
| tree | 9ee02a30ca780c36c2a3c3b012323586769ccfd2 | |
| parent | able to read in big file (diff) | |
| download | cst116-lab3-daboochillin-5227797efa16cd029d0fddd9f91d7b94bc243272.tar.xz cst116-lab3-daboochillin-5227797efa16cd029d0fddd9f91d7b94bc243272.zip | |
math for totalfare and cost per mile added
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 86a8534..772a55a 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -1,5 +1,6 @@ //Lab 3 //Trevor Bouchillon +// #include <iostream> #include <fstream> // For the files!!!! |