From b70f319401df2e3e4fadc14ec7b1ebd34f8c6a33 Mon Sep 17 00:00:00 2001 From: EdwardFine Date: Tue, 29 Nov 2022 20:09:21 -0800 Subject: PseudoCode --- CST116-Lab3-PseudoCode.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CST116-Lab3-PseudoCode.txt 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 -- cgit v1.2.3