Based on the "Library" dataset, the Procedure `bigGenre(A)` returns True if the author A has written more Fiction books than Non-Fiction books. Assume that the dataset has only these two genres. Choose the correct pseudocode for Procedure `bigGenre(A)`.
Q7
26 Oct 2025
Computational Thinking · Week 3
Q7.Based on the "Library" dataset, the Procedure `bigGenre(A)` returns True if the author A has written more Fiction books than Non-Fiction books. Assume that the dataset has only these two genres. Choose the correct pseudocode for Procedure `bigGenre(A)`.