Computer Science, asked by gopikrishnaravula199, 4 hours ago

Secret Message
Given a string, write a program to print a secret message that replaces characters with numbers 'a' with 1, 'b' with 2, ..., 'z' with 26 where characters are separated by '-'.

Note: You need to replace both uppercase and lowercase characters. You can ignore replacing all characters that are not letters.

a b c d e f g h i j
1 2 3 4 5 6 7 8 9 10

k l m n o p q r
11 12 13 14 15 16 17 18

s t u v w x y z
19 20 21 22 23 24 25 26

Answers

Answered by bethipramod
5

Answer:

1416112144 is my name find what is my name

Similar questions