diff options
| author | EdwardFine <[email protected]> | 2022-11-29 20:09:21 -0800 |
|---|---|---|
| committer | EdwardFine <[email protected]> | 2022-11-29 20:09:21 -0800 |
| commit | b70f319401df2e3e4fadc14ec7b1ebd34f8c6a33 (patch) | |
| tree | fc6adde119fb2eaf3b4273c65f81562cda75275a | |
| parent | Final (diff) | |
| download | cst116-lab3-edwardfine-master.tar.xz cst116-lab3-edwardfine-master.zip | |
| -rw-r--r-- | CST116-Lab3-PseudoCode.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CST116-Lab3-PseudoCode.txt b/CST116-Lab3-PseudoCode.txt new file mode 100644 index 0000000..ef0741f --- /dev/null +++ b/CST116-Lab3-PseudoCode.txt @@ -0,0 +1,8 @@ +Prompt user to input where they want the output file to go and what to call it. +Prompt the user to input where the input file is and what it is called. +Open the input and output files, if there is an error opening the files, shutdown program. +Once files are open, read all input data and tally total. +Transcribe input into the output file in a neat grid. +Calculated Total Fare and Cost per mile and add that onto the output file. +Close output and input files. +End Program.
\ No newline at end of file |