<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I have to make this exercise : <br>
    <br>
    Design the function <span class="RktSym">different</span>. It
    consumes
    two (<a
href="http://www.ccs.neu.edu/home/matthias/HtDP2e/htdp2e-part1.html#%28counter._data-uni._%28exercise._struct9%29%29"
      pltdoc="x">representations of</a>) three-letter words and creates
    a word from the
    differences. For each position in the words, it uses the letter from
    the
    second word, if the two are the same; otherwise it uses the marker
    <span class="RktVal">"*"</span>. Note: The problem statement
    mentions two different
    tasks: one concerning words and one concerning letters. This
    suggests that
    you design two functions.<br>
    <br>
    Im my opion I only need 1 function.<br>
    <br>
    I use a cond to check if the letters are the same and if print the
    letter otherwise print x .<br>
    <br>
    Can anyone give me a tip what the second function can be.<br>
    <br>
    Roelof<br>
    <br>
  </body>
</html>