[cs13001] Lab 9 concern

Mikhail Nesterenko mikhail at cs.kent.edu
Mon Mar 17 20:26:12 EDT 2014


> 
> I am in your CS 13001 and I have a concern with the first part of lab 9. I
> am not sure how to define the function match(). The main problem is that
> I'm not sure what to compare to the location parameter within the if
> function. If you could help me out it would be greatly appreciated.

match(locationToCompare) should invoke 
compare(memberLocation, locationToCompare) that evaluates whether the
ship's location -- memberLocation -- is the same is locationToCompare
that is passed to match().

Thanks,
-- 
Mikhail


More information about the cs13001 mailing list