<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<br><div><div>On Jan 30, 2011, at 4:05 PM, Jeremy Duenas wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><p style="font-family: 'Times New Roman'; font-size: medium; "><code class="scheme" style="color: rgb(165, 42, 42); "><span class="variable" style="color: navy; ">check-guess3</span></code>&nbsp;consumes three digits and a number. The first digit is the least significant, the third one is the most significant. </p></blockquote>Read those sentences again.<br><blockquote type="cite"><p style="font-family: 'Times New Roman'; font-size: medium; ">What number is determined by the 3 digits? If the 3 digits were 1 2 and 3, does it mean that the number would then be 123?</p></blockquote>No, it means that the number would be 321.<br><blockquote type="cite"><p style="font-family: 'Times New Roman'; font-size: medium; "> If that is the case how do you go about doing that? Because the initial set I thought would look like&nbsp;</p><p style="font-family: 'Times New Roman'; font-size: medium; ">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(define (check-guess3 a b c target)</p><p style="font-family: 'Times New Roman'; font-size: medium; "> but then it say depending on how <i>guess </i>relates to target, so it should still look like</p><p style="font-family: 'Times New Roman'; font-size: medium; ">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (define (check-guess3 guess target)</p></blockquote>No, the assignment says check-guess3 takes in three digits and a number. &nbsp;Figuring out guess from a, b, and c is part of your job.<br></div><br><div> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div>Stephen Bloch</div><div><a href="mailto:sbloch@adelphi.edu">sbloch@adelphi.edu</a></div><div><br class="webkit-block-placeholder"></div></span><br class="Apple-interchange-newline"> </div><br></body></html>