Project Specifications Objective Write a JAVA program using good object-oriented programming principles that will read f

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Project Specifications Objective Write a JAVA program using good object-oriented programming principles that will read f

Post by answerhappygod »

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):
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply