How can I let someone choose the name of a file for my program to read?
I know how to do the basics of getting input from the keyboard, but how does it work with files?
I basically want to prompt them to enter the name of the file, and then be able to use that file in my while loop afterwords.
any help would be greatly appreciated.
