Mridul-1-Sharma / data_structures_algos

Contribute to this repository with valid pull request to Hacktoberfest 2022 and earn awesome swags & T-shirts. This is a beginner friendly Project.
MIT License
6 stars 27 forks source link

Conver_Upper_Lower #36

Closed JunJul closed 1 year ago

JunJul commented 1 year ago

//Hi, I am a new contributor, and I do not know if I follow the rules of this respiratory. // please add me to the Hacktoberfest, thank you. // convert uppercase and lowercase without using toUpper and toLower // we can use the ascii values to convert them // for example, A is 65 in acsii value, so plus 32 is 97 and 97 is the lowercase A(a) in ascii