Consider the following code::
Which call will result in the most recursive calls?

superWriteVertical(-1023);
  • superWriteVertical(-103);
  • superWriteVertical(1023);
  • superWriteVertical(0);
  • superWriteVertical(100);

There is a call for any negative sign, and for each digit