Question 3
The following pseudocode is executed on the "Library" dataset. What will count represent after the pseudocode below is executed?
Number of book pairs that have different authors but are written in the same language
Number of book pairs that have different authors and languages
Number of book pairs that have the same author but are in different languages
Number of book pairs that have same author and are in the same language