+ 2
I have a question on String manipulation that can
1 read(get) any amount of string 2 display the string 3 count the no of words in the string 4 count the no of sentence in the string 5 count the no of special characters 6 count the no of digits 7 search if there exist palindrom word or words and count the no of palindroms
10 Respostas
+ 17
so big list
//btw have u tried some
+ 8
Okay, so this is my first try with C++ and none of these two codes work in total.
They both have different vulnerabilities and they both can't check for palindromes.
I really know barely anything about C++ so I'm sorry, but I don't know how to get these codes working in total.
https://code.sololearn.com/c3uL3i6o06Gd/?ref=app
https://code.sololearn.com/c4T6ilWhNs3j/?ref=app
+ 7
I just started learning it so I don't know much, but I can find many things on Google so no problem. I'll start in about 2 hours because I'm a bit busy right now.
+ 6
Are you asking us to show you the codes or what is the question here?
+ 6
Here you go
https://code.sololearn.com/cGbv0oSzlyWO/?ref=app
If you want me to try and do it in other languages that are closer to you, let me know😁
+ 4
I can show you in a sec, but I only know Python if it's ok for you.
+ 2
Yes that's what I'm asking
+ 2
Okey
+ 2
I saw this post and I thought this is too much. Then I began to code and this is only approximately 30 lines code.
Here is my solution in javascript:
https://code.sololearn.com/WHLUybMs0DgZ/?ref=app
+ 1
How about with c++