Answer:
The answer to this question can be described as follows:
Step-by-step explanation:
The Pseudocode to this question can be described as follows:
start \\ start process
Declaration of variable
Input_File records.txt
Output_File result.txt
string author_Name , title
int number_of_volume
open Input_File
open Output_File
input author_Name, title, number_of_volume from records.txt
while not eof \\ start loop and eof is end of file
output author_Name
output title
output number_of_volume
end while \\end loop
close records.txt \\close file
close results.txt \\close file
END \\end the code