You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
USING STREAMS TO READ AND SORT DATA FROM MULTIPLE FILES -> Used streams to sort through multiple different files, grouped data according to year or sales information, then output findings.
READ, PARSE AND WRITE FROM ONE FILE TO THREE SEPARATE FILES -> Read and organized student data into separate ArrayLists based upon specific sorting criteria.
CHECK FOR VALID USER FROM FILE -> Asked a user to enter an email & password. Checked to see if the user entered a valid input. User was "locked out" after 5 tries.