how to clear the old reault in the console c# code example Example: c# clear console read chache while(Console.KeyAvailable) { Console.ReadKey(true); }