Muhammad M. Imtiaz f2047918c3 Added files 6 tahun lalu
..
ReadMe.txt f2047918c3 Added files 6 tahun lalu
Song_Lyrics.java f2047918c3 Added files 6 tahun lalu
package.bluej f2047918c3 Added files 6 tahun lalu

ReadMe.txt

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.