Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

challenge_36 - 44 #8

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Conversation

chelsea-banke
Copy link
Contributor

each challenge is a java class with a method which performs the task specified by the challenge.

challenge_37 is a java class having a method which accepts a string as argument and returns an array of the string's characters.
chalenge_37 is a java class with a method who accepts a string as argument and returns an array containing the ascii value of each character found in the string.
challenge-38 is a java class with method who accepts an array of ASCII values as argument and returns its corresponding string.
challenge_39 is a java class having a method which takes in a string as argument and returns the ceaser cypher encryption of the text.
challenge_40 is a java class with a method which takes in an array of integers as argument and returns a sorted version of the array in ascending order.
challenge_41 is a java class having a method which takes in two point arrays of doubles as arguments and returns the distance separating the points.
challenge_42 is a java class having a method which takes in two arrays of doubles representing circles as arguments and returns a boolean value indicating if the two circles intersect.
challenge_43 is a java class with a method which takes in a bi-diamentional array and an integer which spacifies column number and returns the elements that makes up the spacified columns.
challenge_44 is a java class with a method which takes in a binary number as argument and returns its decimal form.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant