Hello,
I'm learning C# and now I need to build a home project(just to learn how to use file I/O and random). I have a file(names.txt) like this:
Nathan
John
Max
Someone
But how I can access this file(already know) and select a random name, print it and delete this name from the file? Thanks.