Create a simple number guessing game where the computer randomly selects a number, and the user has to guess it. The program should provide hints, such as "higher" or "lower," after each guess. Use ...