<p>Think of how, with multiplication, you could convert a sequence of digits into a whole number that you could compare to another whole number.</p>
<p><blockquote type="cite">On Nov 10, 2010 2:40 PM, &quot;André Toscano&quot; &lt;<a href="mailto:andretoscanocarmo@gmail.com">andretoscanocarmo@gmail.com</a>&gt; wrote:<br><br>Hi all!<br>
<br>
I&#39;m new to programming. I&#39;m trying to learn on my own in my spare time, not a student in any school or course. Got hold of the HTDP book website when searching the web for resources, and am progressing through it at my own (usually slow) pace.<br>

<br>
I&#39;m kind of getting stuck on a specific exercise.<br>
<br>
It&#39;s 5.1.3. in this url <a href="http://htdp.org/2003-09-26/Book/curriculum-Z-H-8.html" target="_blank">http://htdp.org/2003-09-26/Book/curriculum-Z-H-8.html</a><br>
<br>
I did 5.1.2. already and it&#39;s working fine. Also, I have a pretty good idea of how to do 5.1.4. I&#39;m just stuck at 5.1.3.<br>
<br>
As it says in the problem formulation, &quot;check-guess3 consumes three digits and a number.[...] The number is called &#39;target&#39;[...]&quot;, and from what I can figure out, &#39;guess&#39; is a number made up of the three digits that have to be inputed. So I believe &#39;target&#39; is the random name that the computer will choose (like in exercise 5.1.2.) and to which &#39;guess&#39; should be compared against.<br>

<br>
And that&#39;s where I&#39;m stuck. How can I &quot;build&quot; a number based on three inputed digits?<br>
<br>
Should those 3 digits be three different arguments present in the function definition?<br>
<br>
; for example (define (check-guess3 digit1 digit2 digit3 target) ?<br>
<br>
I&#39;m not expecting to get a direct answer in here. But if someone could be kind enough to just rephrase what&#39;s expected, that would probably be of help.<br>
<br>
Thanks.<br>
<br>
Andre&#39;<br>
_________________________________________________<br>
  For list-related administrative tasks:<br>
  <a href="http://lists.racket-lang.org/listinfo/users" target="_blank">http://lists.racket-lang.org/listinfo/users</a><br>
</blockquote></p>