This is my answer to the code challenge for applying the internship position.
tweet.java is for the first question and arraySort.java is for the second question.
To execute the first question, go the bin directory, type java tweet, then enter.
To execute the second question, go the bin directory, type java arraySort, then enter.
Happy reviewing!