Write a program to create a file that lists the presidents who have appointed Supreme Court justices, along with the number of justices appointed. The presidents should be in alphabetical order by their full names. The first two lines of the file will be Abraham Lincoln, 5; Andrew Jackson, 5. The file Justices.txt is used for the list. I need this solved in Visual Basic.