+ 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!"

3rd Jan 2018, 10:29 PM
Tennouji Kotarou
Tennouji Kotarou - avatar
3 Respostas
+ 5
Its Easy ! Write : Console.Clear();
4th Jan 2018, 7:40 AM
Yousef Eabitan
Yousef Eabitan - avatar
- 3
public static void Clear()
3rd Jan 2018, 10:43 PM
luciel
luciel - avatar