i have a file 'star.txt' containing recordss in the form name score as given
below
*name       score*
dave           52.67
steve        60.09

and so on till 64 names

i have to make a program to read and sort these names in a rank
just show not to store
all scores are in float and need to rank these names in a
order........consider these all students and teacher
need a program to rank their percentage in an order to announce ranks
lets see some algogeek magic........
what i did was
create a static 2D array of 100 elements and store data from file in it
using file handling(obvious)
and then use a simple for loop ranking on 2nd line of array

please need help guys

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to