ReadMe.txt 837 B

1234567891011121314
  1. PROJECT TITLE: 03.04 String Objects / CurrencyConversionV1.java
  2. PURPOSE OF PROJECT: Prints the first two verses, with the chorus after each, of the German song "Haus am See", by Peter Fox.
  3. VERSION or DATE: 2018.09.28
  4. AUTHORS: Muhammad M. Imtiaz
  5. **************************** P M R *********************************************
  6. <+s>: I found almost the entire assignment easy.
  7. <-s>: I had some trouble copying the chorus1 array until I learned about the clone() method.
  8. *******************************************************************************
  9. 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.