Project Specifications
Objective
Write a JAVA program using good object-oriented
programming principles that will read from three input files and
will write information to two output files.
The Files - Input files:
File Layout
Program Details
The program will update the current list of patients for the
ending week. Of course, this would normally be updated using a
database (sigh...soon), but in this project, you create a new
output file that will contain the complete list of current patients
for the following week. The integrity of the previous week's data
is left secure.
The program should read in, but ignore the previous date in
the PatientListW3.txt input file. It is there to keep
track of dates, but is not needed in the process of this
program.
The program must place the current system date (MMDDYYYY format
- do not hard code this date) as the first line in
the PatientListW4.txt output file.
In essence, the program will then merge the current patient file
with the new patients to be added and removing the patients that
are no longer part of the medical practice.
Example
The output files will contain the patients in the following
order
(with all appropriate data):
Project Specifications Objective Write a JAVA program using good object-oriented programming principles that will read f
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am