my code is here
Whats wrong in my code
Hey @Aditya-Kushwaha-914550392281281
There are a few compilation errors in your code,
- basically the function for string’s length is s.length() and not strlen(), so use s.length() instead of strlen.
2 also, isupper function syntax is:
isupper(character)
and not
character.isupper()
(which you’ve used)
so make these changes and tell me if you face any more problem.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.