Assume we are writing a getter method for the field private boolean isSunny; What would the correct return type for this method be?

boolean
  • void
  • int
  • double

There are no hints for this question