Your task is to write a program for a simple number-guessing game. It
should generate a natural number between 0 and 1024 and ask the user
to guess it. After the user enters her guess, the...