CMU 15-110: Principles of Computing
Week5 Recitation (Due never)


Contents:
  1. Code Tracing
  2. distance(x1, y1, x2, y2)
  3. fabricYards(inches)
  4. fabricExcess(inches)

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.