Palindrome or not | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Palindrome or not

a) input a string from Console  b) check if the string is palindrome or not (perform case insensitive check) c) Count the occurrence of digital characters which are greater than or equal to ‘5’ in this string. Display this number. (For example, if string is “abc5xyz398sccc21edu1”, the count is 3)

10th Nov 2020, 7:06 PM
Nini Jane
Nini Jane - avatar
3 Answers
+ 2
Please, show us your attempt first. We don't do homework assignments here.
10th Nov 2020, 7:07 PM
Artem 🇺🇦
Artem 🇺🇦 - avatar
+ 1
We can post a code for your help, but it'll be of no good to you. You'll not learn much without attempting on your own. First you try yourself and try to write a code and we'll help you to complete it or to correct the error.
10th Nov 2020, 7:29 PM
Coder##***
Coder##*** - avatar
0
I am first time student and have no idea how to do it
10th Nov 2020, 7:09 PM
Nini Jane
Nini Jane - avatar