For part 2, would defining the genres (B, C, F, and M) as integers work?
And then I could call the value from each vector position for bookGenre, if it were = to B, C, F, or M add +1 and then print the value of the int?
Is my logic sound?
I've tried running it this way, but I can't seem to...