I'm making a small assignment that involves clearing CMD using Java. I've pretty much used all ASCII escape character thingy and ALL of them prints "<-c 500" instead of clearing the console THEN printing 500.
Is it because I'm on Windows10? My classmate's HW was able to clear screen using \033c using Windows 11?
Thanks guys!