I\'m trying to store lines of code as an array of strings to use throughout my code, for both readability and quicker writing.
Though I am a newbie to Java, learning