CMU 15-110: Principles of Computing
Week3 Practice (Due never)


Contents:
  1. Code Tracing
  2. drawGrid(rows, cols)
  3. rockPaperScissorsLizardSpock()

1. Code Tracing
What will this code print? Figure it out by hand, then run the code to confirm. Then slightly edit the code and try again.