summaryrefslogtreecommitdiff
path: root/Lab3Psuedocode.txt
diff options
context:
space:
mode:
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