Recursion

AP Computer Science A· difficulty 4/5

Mutual recursion is when

  • A

    Compile error

  • B

    Method calls itself

  • C

    Method A calls B which calls A

    check_circle
  • D

    Method has two parameters

Explanation

Multiple methods that recurse through each other.

Want 10 more like this — adaptive to your weak spots?

Related questions