Say we have a method fibonacci() that throws an IllegalArgumentException, What do we need to do in the method signature?

Add the phrase throws IllegalArgumentException after the parameters and before the curly brace
  • Add the phrase throws IllegalArgumentException after the opening curly brace
  • Add the phrase throws IllegalArgumentException immediately after the word public
  • Add the phrase throws IllegalArgumentException immediately after the word static

There are no hints for this question