3
Answers

Console Based Application: Stream Read [HELP!]

the asker

the asker

12y
1.4k
1
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?

Answers (3)