hello everyone! im a newbie here. Pls help me in this program... im tired of searching it in Google...
I'm a beginner in visual basic.
how to create a program that read a string (only letters are allowed) and output its distinct letters in alphabetical order. Adjacent to the letters are asterisks that represent the number of times the letter appeared in the given string.
Sample Input/output
Enter a string: hello world
Histogram for hello world
e *
d *
h *
l ***
o **
r *
w *



