Inspiration

What it does

It basically takes a string as input and calls a function that returns the reversed string.

How we built it

I used python and java both programming languages to write two different scripts that do the same work. A function is created which takes a string input as an argument and returns the same string in reversed order.

Challenges we ran into

I faced difficulty in writing the script in java. when I tried to manipulate the same input string by swapping the first and last element I was unable to do. so I have to use StringBuilder to create mutable strings.

Accomplishments that we're proud of

What we learned

Reversing a string. mutability and immutability of strings scanner class and making functions

What's next for the script to reverse a string

Built With

Share this project:

Updates