admin@onlinelearningcenter.in (+91) 7 999 01 02 03

WAP to change UpperCase to LowerCase and Lowercase to Uppercase of all the characters in the String without using Built In methods

Swapna Patil
3 Posts

 The Unicode standard uses hexadecimal to express a character.

Example: Lowercase letters: a,b,c,d.....x,y,z
Unicode values lie in the range of 97,98,99,.......121,122

Uppercase letters: A,B,C,D ...... X,Y,Z
Unicode values lie in the range of 65,66,67......89,90

 

Sample Input: Online Learning Center

Sample Output: oNLINE lEARNING cENTER

Published By : Swapna Patil
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

Comments

Jquery Comments Plugin