I am writing a console program in C#.
Is there a way I can use a Console.Clear() to only clear certain things on the console screen?
Here\'s my issue:
Can you not clear and then re-write the logo and array? The console is not designed to be used as you describe.