Need linux script!!

I have a text file like this:

25 raj
78 rohit
89 bhanu
58 mohit
29 mano
53 rohit
63 shiva
74 lapan
63 bhanu

  what i need is a linux script to reorganize this file by adding

the relevant content(number) to the names and print only once.... please help me someone. script can contain any commands if it will be done with
two dimensional array and awk command it will be better... anyhow i
need the output..Thanks in advance to someone is going to help
me..........

my output file has to be like below:

25 raj
131 rohit
152 bhanu
58 mohit
29 mano
63 shiva
74 lapan

pls write shell script code ..........

Do not post classroom or homework problems in the main forums. Homework and coursework questions can only be posted in this forum under special homework rules.

Please review the rules, which you agreed to when you registered, if you have not already done so.

More-than-likely, posting homework in the main forums has resulting in a forum infraction. If you did not post homework, please explain the company you work for and the nature of the problem you are working on.

If you did post homework in the main forums, please review the guidelines for posting homework and repost.

Thank You.

The UNIX and Linux Forums.