Lower upper in string

One test case is wrong

link of code:=https://ide.codingblocks.com/s/136133

@Pritam
Print ā€œUPPERCASEā€ if character lies between ā€˜A-Z’ . You are printing ā€œLOWERCASEā€.

1 Like

It’s my mistake thank you


Bhaiya please tell me why one test case is failing for the above code??

@Shorya-Sharma-1269737519832469
Shouldn’t it be 97 instead of 98 ?
Check the ASCII character list.

Thank you so much bhaiya…
sorry my bad…