0
Please help me with a short explanation of the code..
What is the algorithm? and What is giong on with this part? 👇👇👇👇👇 for ( int x = 0; x < y; x++ ) { char z = (char) toupper( word[x] ); switch ( z ) 👆👆👆👆👆 https://code.sololearn.com/cM64d8hYFZPg/?ref=app
2 Respuestas
+ 1
Thanks dude..
And the problem with this code is that if you enter more than 17 letters it will be a mess ..
You can try it to see what's what..
0
Do you know how to fix that??
In a way that you can enter more than 17 letters..