the asker

the asker

  • NA
  • 7
  • 6.7k

Console Based Application: Stream Read [HELP!]

Mar 2 2012 8:35 PM
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)