Computer Science: C++
File Input and Output
Write a program that will read from a file a series of lines that contain an individuals first and last name followed by a colon, then three integers. Output the names in alphabetical order, in the format LASTNAME, Firstname, a colon, and then the sum of the three integers. Ensure that the colons are aligned with each other.