We need to go through the Track1 data, take out any "all valid" (no null fields) values, and search for corresponding Track2 data (again, no null values). Then print out the combined information for the valid account.
All this information is already pulled into arrays and separated into fields. If an array entry has any null values, the whole entry should be ignored.
We need to go through the Track1 data, take out any "all valid" (no null fields) values, and search for corresponding Track2 data (again, no null values). Then print out the combined information for the valid account.
All this information is already pulled into arrays and separated into fields. If an array entry has any null values, the whole entry should be ignored.