please help me,i'm given a task of writing a program,that ask the user to enter a sting,and then it output the number each letter is appearing,in the string.
example of output:
Enter a string:YOU ARE BEAUTIFUL
A=2 appearance(s)
B=1appearance(s )
C=0 appearance(s)
D=0 appearance(s)
and so on up to letter 'Z'.
example of output:
Enter a string:YOU ARE BEAUTIFUL
A=2 appearance(s)
B=1appearance(s )
C=0 appearance(s)
D=0 appearance(s)
and so on up to letter 'Z'.
Comment