summaryrefslogtreecommitdiff
path: root/Lab3Psuedocode.txt
blob: 8af43f5dd30ec8bc13997b2a96586d5d3be85bb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
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