Hi,
This is ravi i have a question like this i have string
"UNDERSTAND" now i want to count the letters how many times
it occures.i.e from the above string the out put should be
like this U-1,N-2,D-2,E-1,R-1,S-1,T-1,A-1.
how can i achieve this
Thnaks in advance for your response ..
Answer Posted / dilip
Actually what i think is take integers from a-z and
initialize each with 0
then take the string & using charAt & equalsIgnoreCase
increment the respaective values & then print the same.....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the symbol for average?
What is ph and buffers?
What is difference between checked and unchecked exception in java?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
How do I convert a string to an int in java?
What are voids?
Compare overloading and overriding?
What is a conditional statement explain with example?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
Why do we use variables?
Can we have two main methods in a java class?
How much is a java license?
What is module in project?
What is nextint java?
What are triggers in DB? Explain their types. How do they work?