Posts by Paulo Ricardo • 11 points
1 post
-
1
votes1
answer57
viewsQ: Letter to lowercase conversion gives a numerical result
Which part of this code C++ I’m missing where I need to convert a whole word to lowercase? #include <iostream> #include <stdio.h> #include <stdlib.h> #include <string>…