Draw a Box: Desk Check

6.4. Draw a Box: Desk Check#

Question 1

Perform a desk check on your horizontal(n) subroutine using n = 3 as 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 using n = 3 as 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 = 3 as your input.

If you find any errors in your algorithm, go back and update your algorithm.