Modularity example
- What would happen if the call to the SortResult subprogram were dropped from our modularity example?
- What would happen if the call to the OutputResult subprogram were dropped?
- What would happen if the call to the FindTerms subprogram were dropped?
- What would happen if the order of the calls to the SortResult and OutputResult subprograms were reversed?