1) Draw a Flow Chart
Using the following PseudoCode – draw a flow chart that illustrates the code:
start
open the dictionary
while word not on page
if word > last word on page
turn the page forward
else
turn the page backward
endif
endwhile
stop
2) Identify what is wrong with the following flowchart and fix it by redrawing the flowchart