C:\> java Pacs // your program takes NO cmd line args
You are given a starter file Pacs.java and two input files:
ACLU AFCTC BFPR ASPCA GREENPEACE MADD NRA PETA SAVE_THE_WHALES SDS YCL ACRONYM
bgates BFPR AFCTC jsmith ASPCA YCL ACLU bjones ASPCA NRA gjetson BFPR AFCTC ACLU SDS afauxci PETA ASPCA kjohnson SAVE_THE_WHALES MADD jrogers NRA MADD GREENPEACE jsandburg YCL AFCTC ACLU
You must read both files and print a sorted table that lists each PAC followed by that PAC's it's members. Note that the rows are sorted by PAC. The list of names after the PAC must also be sorted
ACLU gjetson jsandburg jsmith ACRONYM AFCTC bgates gjetson jsandburg ASPCA afauxci bjones jsmith BFPR bgates gjetson GREENPEACE jrogers MADD jrogers kjohnson NRA bjones jrogers PETA afauxci SAVE_THE_WHALES kjohnson SDS gjetson YCL jsandburg jsmith