For the helper method in Hannaldous, are we able to change the return type from String to boolean? I do not see the point in returning "y" and "n" and I think it just further complicates what the method is doing.
Absolutely. Returning "y" or "n" is horrible coding style!