summaryrefslogtreecommitdiff
path: root/Lab3Psuedocode.txt
diff options
context:
space:
mode:
authorhuntbyrne <[email protected]>2022-12-06 17:16:48 -0800
committerGitHub <[email protected]>2022-12-06 17:16:48 -0800
commitdec549a8e8a3c43558438bc587df885881a32b48 (patch)
treeb99ff2aa118320015998c3640687b41b7c589051 /Lab3Psuedocode.txt
parentRename BlankConsoleLab.cpp to CST116Lab3Byrne.cpp (diff)
downloadcst116-lab3-huntbyrne-master.tar.xz
cst116-lab3-huntbyrne-master.zip
Add files via uploadHEADmaster
Diffstat (limited to 'Lab3Psuedocode.txt')
-rw-r--r--Lab3Psuedocode.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Lab3Psuedocode.txt b/Lab3Psuedocode.txt
new file mode 100644
index 0000000..8af43f5
--- /dev/null
+++ b/Lab3Psuedocode.txt
@@ -0,0 +1,10 @@
+Begin
+ Ask user which file they would want to open
+If File does not = 1 || 2
+ Makes user enter 1 or 2
+If Filechoice = 1
+ Open "Large.txt" on C drive
+If Filechoice = 2
+ Open "Small.txt" on C drive
+end
+ \ No newline at end of file