ReadMe.txt 813 B

1234567891011121314
  1. PROJECT TITLE: 03.10 Challenge Program / Fines.java
  2. PURPOSE OF PROJECT: To generate an email message notifying an individual about overdue books checked out from the library.
  3. VERSION or DATE: 2018.10.05
  4. AUTHORS: Muhammad M. Imtiaz
  5. **************************** P M R *********************************************
  6. <+s>: I did not find most of the task difficult.
  7. <-s>: Due to my computer being in a European locale, the program kept crashing when I input values using the period instead of the comma as a decimal separator.
  8. *******************************************************************************
  9. In the future: I need to remember to either run Java in an English locale or use commas as decimal separators when testing programs involving floats and doubles in the future.