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