Reverse a String in Ruby
As we continue to play with strings in various programming languages, we figured why not try to reverse a string in Ruby?
As we continue to play with strings in various programming languages, we figured why not try to reverse a string in Ruby?
For the 44th edition of the Hello World in Every Language series, one of our authors, VirtualFlat, brings us Hello World in MATLAB.
Once again, we have a community submission of Hello World in Every Language series. This time, we’re covering Hello World in R.
Once again, we have a community submission for our Reverse a String series. Let’s learn to Reverse a String in Swift with Marty.
In this community installment of Reverse a String in Every Language, let’s learn how to reverse a string in Scheme.
Following Python, we’re taking a look at how to Reverse a String in Java. Get ready to slog through a lot of code.
When I first launched Hello World in Every Language, I got a lot of comments about the articles not showing many language features. In response, I’m launching Reverse a String in Every Language.
When Hello World isn’t interesting enough, it’s time for a new series. To kick off that series, we’re covering Reverse a String in Python.
In this second edition of Hello World in Every Language, we implement Hello World in Java.
Sometimes you want a chunk of code to be run more than once. Rather than copying and pasting it a set number of times, why not dump it into a loop? In this tutorial, we cover Java looping mechanisms.