EXAMPLE 6.2 Print student records
A file of student records consists of'S' records and'U' record. An'S' record contains the student's number, name, age, gender, address and attendance pattern full-time(F/T) or part-time(P/T). A'U' record contains the number and name of the units or units in which the student has enrolled. There may be more than one U record for each S record. Design a solution algorithm that will read the file of student records and print only the student's number, name and address on a STUDENT LIST