Question: JAVA: Create a text file that has a list of people and their birthdays. It should contain the first name, the last name and the
JAVA:
Create a text file that has a list of people and their birthdays.
It should contain the first name, the last name and the birth day in mm dd yyyy format.
Example is:
Joe Smith 12 28 1999
Mary Jane 11 02 1998
Create a .java file that reads in this file into an array. Make the array of size 100.
In a loop, ask the user for their birthdate. Check to see if there is a match with anyone in the array. If there is a match let the user know who it is. If there is no match let the user know there was no match.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
