Posts by lucas haetinger • 43 points
2 posts
-
1
votes1
answer128
viewsQ: Convert lower case letter to upper case without using "toupper()"
I am working on a function to turn in capital letters, but my retouching is strange. In the end is giving the result below: Word input data: lucas Program is returning: LUCASÓÓÓÓÓÉð #include…
-
0
votes1
answer62
viewsQ: Code error for letter detection
I’m working on a code for letter detection using a function, for a classroom exercise. The idea is that when I type a letter the function detects if it is: maiscula = 1 minuscule = 0 something else…