computer science: c++ (QT) Hw. File Input and Output1. 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.