Can Any body help me in Writing a program for the below

Hi All,

How to Write a program which takes characters as an input and saves them.when ever a character is encountered which is already in the list then the character is not inserted into the list but another list is maintained which records each occurance....like this:

_

A | B | H | I | K | M | P |

_

2 | 4 | 1 | 0 | 6 | 4 | 3 |

_

You should not use Java Linked List class , the list need not be sorted, the list should have unique elements and the output should be as below...

A 2

B 4

H 1

I 0

K 6

M 4

P 3

Regards

Jeevan

[624 byte] By [jagjeevana] at [2007-10-2 20:07:16]
# 1

I, like many others offer our time here for nothing. Can you explain why I or someone else should take our time to write this program for you? Did you try and write it but failed? What problem(s) did you run into? If this is a class assignment, and it looks very much like a class assignment, and you were to use code written for you here, then it would clearly be plagiarism on your part and could get you expelled from school. No one here would want that to happen and if this is school assignment, then I'm sure you wouldn't want that either.

Try and do the work, and if you run into a specific problem, there are many people that will be happy to help, but please don't expect anyone to do this for you.

Best of luck on getting this completed and done on time.

WorkForFooda at 2007-7-13 22:47:36 > top of Java-index,Java Essentials,Java Programming...
# 2
How much do you pay? I charge €60 per hour, and that's the cheap rate.
CeciNEstPasUnProgrammeura at 2007-7-13 22:47:36 > top of Java-index,Java Essentials,Java Programming...
# 3

This guy is something.

He wants somebody else to do his work and he doesn't assing duke dollars when due. He tells me the answer worked for him but no duke dollars.

I try to answer messages when I know the answer cause it is nice to be helped. Guys like this spoil the whole thing.

http://forum.java.sun.com/thread.jspa?threadID=736424&messageID=4230719#4230719

Eduardo_Cobiana at 2007-7-13 22:47:36 > top of Java-index,Java Essentials,Java Programming...
# 4
"How much do you pay? I charge €60 per hour, and that's the cheap rate."Do you practice "safe coding" ?
armalcolma at 2007-7-13 22:47:36 > top of Java-index,Java Essentials,Java Programming...