Skip to content

Cloud-Code-Academy/dsa_compsci

Repository files navigation

Cloud Code Academy Programming Challenges

Challenge 1:

using the provided StringChallenges class, complete the implementations of the toLower and toUpper methods. This challenge is designed to test your understanding of the String class and its methods. Do not use the built in toLowerCase or toUpperCase methods. Hint: why does String.charAT(Integer index) return an integer. Can we use ASCII values to solve this problem?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published