This program includes functionality to clear the console screen between bids. The method used to clear the console varies by operating system:
Windows: The console is cleared using the 'cls' command. Linux/MacOS: The console is cleared using the 'clear' command.