1234567891011121314 |
- PROJECT TITLE: 03.10 Challenge Program / Fines.java
- PURPOSE OF PROJECT: To generate an email message notifying an individual about overdue books checked out from the library.
- VERSION or DATE: 2018.10.05
- AUTHORS: Muhammad M. Imtiaz
- **************************** P M R *********************************************
-
- <+s>: I did not find most of the task difficult.
-
- <-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.
-
- *******************************************************************************
- 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.
|