I am not sure how this works. As you can see there are two suggestions with the same name and argument type.
How it is decided which method is called?
It's the method with an argument which is called, but what if what I wanted to be called is the init which contains the calculations (without providing a value for the windSpeedMilesPerHour parameter)?