6.4. Draw a Box: Desk Check#
Question 1
Perform a desk check on your
horizontal(n)subroutine usingn = 3as your input.If you find any errors in your algorithm, go back and update your algorithm.
Question 2
Perform a desk check on your
vertical(n)subroutine usingn = 3as your input.If you find any errors in your algorithm, go back and update your algorithm.
Question 3
Perform a desk check on your main ‘Draw a Box’ algorithm using
n = 3as your input.If you find any errors in your algorithm, go back and update your algorithm.