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)
3 Answers
+ 2
Please, show us your attempt first. We don't do homework assignments here.
+ 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.
0
I am first time student and have no idea how to do it