PROJECT TITLE: 03.04 String Objects / CurrencyConversionV1.java
PURPOSE OF PROJECT: Prints the first two verses, with the chorus after each, of the German song "Haus am See", by Peter Fox.
VERSION or DATE: 2018.09.28
AUTHORS: Muhammad M. Imtiaz
**************************** P M R *********************************************
<+s>: I found almost the entire assignment easy.
<-s>: I had some trouble copying the chorus1 array until I learned about the clone() method.
*******************************************************************************
In the future: I need to remember that in many languages, copying an array, list, or similar variable by assigning the value of one to the other only copies the memory address. To create a separate iterable, one must use the appropriate cloning methods.