Let's count the key-value pairs in the HashMap, shall we?

Good stuff! size() is a simple method that returns the number of key-value pairs in a HashMap.

Here's a hint: we're looking for a method.