Posts by Thiagonimo • 1 point
1 post
-
-2
votes1
answer32
viewsQ: Program to show the amount of uppercase shows only the amount of lowercase
I wrote a code to receive a char arrangement and return the amount of uppercase letters, but it’s doing the opposite ( returning the amount of lowercase ) and I don’t know why. void Questao4 () {…