Give you a string composed by char 'A'-'Z' and ' '. Please print the number of each character('A'-'Z') with char '*', see “Sample Output” for more details.
For each case, print the number of each character from A to Z, note there is a ' 'after each ‘:’.
A: *
B: *
C:
D:
E: ***
F:
G:
H: *
I: ***
J:
K:
L: **
M: **
N:
O: *
P: **
Q:
R: **
S: ***
T: *
U:
V: *
W:
X:
Y: *
Z:
A:
B: *
C: *
D: *
E: *****
F: *
G: ***
H: *
I: ****
J: *
K:
L: **
M: *
N: ******
O: *****
P:
Q:
R: *
S: ***
T: ***
U: **
V: *
W:
X:
Y: ***
Z: