prev ----------------------- contents ----------------------- page006 ----------------------- next

  Goal III - Interact with user
  
  Write a program 
  
    To present the current status of the puzzle
    
    To make deductions and to print out the
    deductions in a form the user can easily
    verify by hand
    
    To update the status and loop until
    
      The puzzle is solved, or
      No further deductions can be made.
      
    To allow the user to make further
      deductions and to go back into the
      above loop


prev ----------------------- contents ----------------------- page006 ----------------------- next