sir i wrote this code and it is also giving correct answer. but when i submit it it shows that 2 test cases are not passing. it is mentioned in the program that do not use the ascii value concept. so i did in this way. what am i doing wrong? please somebody help me.
the link is this -
Character type problem
Change last line of your code to
return āIā;
Here is your corrected code https://ide.codingblocks.com/s/310459
1 Like
ok thank u sir. 