Create two lists, the Checking List and the Duplicates List
Take a file from the computer. Check if a file with that name already exists in the Checking List.
a) If no, copy the file’s name and location to the Checking List
b) If yes, copy the name and both locations to the Duplicates list
Repeat step 2 until all files on the computer have been checked

what does this program do?