Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Please Help! Can anyone explain how to do this?

2 visualizaciones (últimos 30 días)
Tony
Tony el 29 de Abr. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
C Each number on a phone corresponds to three alphabetic characters. Write a code that prints all possible words formed (regardless of whether or not they make sense) from any 7-digit telephone number.
  10 comentarios
James Tursa
James Tursa el 29 de Abr. de 2015
@Cyclist: Seems fairly clear to me also. Groupings on my phone would be something like this:
LETTERS = {'','','ABC','DEF','GHI','JKL','MNO','PQRS','TUV','WXYZ'}
with a digit "k" corresponding to LETTERS{k+1}
Star Strider
Star Strider el 29 de Abr. de 2015
Fair enough. It was the ‘7-letter words’ I wasn’t picking up on.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by