Modularity example

  1. What would happen if the call to the SortResult subprogram were dropped from our modularity example?
  2. What would happen if the call to the OutputResult subprogram were dropped?
  3. What would happen if the call to the FindTerms subprogram were dropped?
  4. What would happen if the order of the calls to the SortResult and OutputResult subprograms were reversed?