diff options
| -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 |