I have to create a program where I need to clear the console a few times, but I cannot use Console.Clear() because it is forbidden in the program.
Any other idea, or