Ó 2002 Prentice Hall                                                                     2
From Idea to Algorithm: Step Refinement
*The next refinement fills in a few details for each part.
1.Begin Game
 
Display instructions
Pick a number between 1 and 100
2. Repeat Turn Until Number is Guessed
 
    Input guess from user
    Respond to guess
    End Repeat
3.End Game
 
       Display end message