You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing the program....
$java -Xmx128M -Xms16M Fibonacci
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0
at Fibonacci.main(Fibonacci.java:4)