Console Based Application: Stream Read [HELP!]
Hi! please help, how am i going to sort the notepad file that i read using streamReader?
Like for exaxmple the file goes like this:
smith, 96
williams, 98
Davis, 64
then the output when the option is in ascending order.
Surname: Grade:
Davis 64
Smith 96
Williams 98
how am i going to read each file and sort them when they are sepparated with commas?