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 <sagyo12341...@gmail.com> wrote: > 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 data used to represent the world's state. > > > I guess the next two meanings about the above: > > A: displays the history of guess numbers > ex) (start 1 100) and I thought 53 -> (50) -> (50 75) -> (50 75 62) -> > (50 75 62 56) -> (50 75 62 56 53) > > B: displays the guess number and "It's your number, isn't it?" in the end > instead of "End" > > > Taro > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to racket-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.