+ 3
What is the Command to clear the screen in c#?
Output: "Hello, World! clear screen Hello Man!" The "clear screen" clear the "Hello, World" message and display only "Hello Man!"
3 Answers
+ 5
Its Easy ! Write :
Console.Clear();
- 3
public static void Clear()