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