Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
computer science: c++ (QT) Hw
File Input and Output
1. 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.