lots of exercises in java... from https://github.com/exercism/java
Kyle P 271da00de6
Update version
6 anos atrás
..
.meta Update version 6 anos atrás
src reverse-string: add argument to initial solution (#1070) 6 anos atrás
README.md update READMEs 6 anos atrás
build.gradle added reverse string exercise to track 6 anos atrás

README.md

Reverse String

Reverse a string

For example: input: "cool" output: "looc"

Running the tests

You can run all the tests for an exercise by entering

$ gradle test

in your terminal.

Source

Introductory challenge to reverse an input string https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb

Submitting Incomplete Solutions

It's possible to submit an incomplete solution so you can see how others have completed the exercise.