Re: [racket-users] about REALM OF RACKET

2015-12-11 Thread Taro Annual
2015年12月11日金曜日 22時15分20秒 UTC+9 Ben Greenman: > A is close, but the problem just wants the number of guesses -- not their > values. In your example, the right value to display is 5. > > > On Fri, Dec 11, 2015 at 7:35 AM, Taro Annual wrote: > Everyone, > > > > Hi, I'm reading "REALM OF RACKET"

Re: [racket-users] about REALM OF RACKET

2015-12-11 Thread Benjamin Greenman
A is close, but the problem just wants the number of guesses -- not their values. In your example, the right value to display is 5. On Fri, Dec 11, 2015 at 7:35 AM, Taro Annual wrote: > Everyone, > > Hi, I'm reading "REALM OF RACKET" and can't understand the following > question. > > > [p.89 / C

[racket-users] about REALM OF RACKET

2015-12-11 Thread Taro Annual
Everyone, Hi, I'm reading "REALM OF RACKET" and can't understand the following question. [p.89 / Chapter 5 Chapter Challenges - Medium] Change the Guess My Number game so that it displays the number of guesses the program takes to find the player's number. Hint: you might need to change the