diff options
| author | Abdullah Havaldar <[email protected]> | 2022-11-29 17:47:22 -0800 |
|---|---|---|
| committer | Abdullah Havaldar <[email protected]> | 2022-11-29 17:47:22 -0800 |
| commit | 13d3d36823a89e428a44efea19766a9dd3d6068b (patch) | |
| tree | fc901c01c963a782cc40e6db2b0e79388e22e94f | |
| parent | comments (diff) | |
| download | cst116-lab3-abd00l4h-13d3d36823a89e428a44efea19766a9dd3d6068b.tar.xz cst116-lab3-abd00l4h-13d3d36823a89e428a44efea19766a9dd3d6068b.zip | |
big comment
| -rw-r--r-- | BlankConsoleLab/CST116-Lab3-Havaldar.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BlankConsoleLab/CST116-Lab3-Havaldar.cpp b/BlankConsoleLab/CST116-Lab3-Havaldar.cpp index 07f1d86..bda1421 100644 --- a/BlankConsoleLab/CST116-Lab3-Havaldar.cpp +++ b/BlankConsoleLab/CST116-Lab3-Havaldar.cpp @@ -1,6 +1,7 @@ /* Abdullah Havaldar -CST116 +CST116 - Lab3 +Purpose: The purpose of this program is to take in a file which has the logs of a taxi service and output it in a formatted table along with the average per person, total people moved, and total cost */ //precompiler directives |