I bit need a help to write this code, based on the table given
- Need to get the name as a input
- After that it want to identify what are the number for each character based on the tabular column given
- And after that need to sum all the identified number, and sum need to go deep like until it ends single number
for example
if I give input as "raj "
then it will identify the number like : r=6, a=1, j=4
and sum it now like 6+1+4=11 and sum it more like 1+1=2
so the number is 2.
Please help at least like what are needs to use to get this outcome with short java program.
1=A,B,C
2=D,E,F
3=G,H,I
4=J,K,L
5=M,N,O
6=P,Q,R
7=S,T,U
8=V,W,X
9=Y,Z