Tips: Don't forget top-down design and stepwise-refinement techniques. Develop the program one game (module) at a time. Build each module by steps. For example, complete the code to get a random generated number first (pp. 133-134) then gradually build the module to get user input, compare the random generated number(s) with user number(s) and finally accumulate the ..