Como puedo declarar un alfabeto en el main? Tengo una idea de que es de tipo char no lo entiendo muy bien | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Como puedo declarar un alfabeto en el main? Tengo una idea de que es de tipo char no lo entiendo muy bien

Abecedario en c++

17th May 2019, 5:59 PM
Kaira Shin
Kaira Shin - avatar
2 Answers
+ 1
I don't speak Spanish well, so I apologize if I don't fully understand your question. However, I think this will assist you with that goal. https://www.cpp.edu/~elab/ECE114/Array.html You can store each letter of the alphabet in an array.
17th May 2019, 6:01 PM
AgentSmith
0
how can I change the value of one letter and that it is worth another, for example, a text the function look for the letter 'a' and change it to the third letter beginning with it.
17th May 2019, 9:54 PM
Kaira Shin
Kaira Shin - avatar