index out of bounds for length 3
Closed this issue · 2 comments
Aatmaj-Zephyr commented
index out of bounds for length 3
Hello World
3
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3
at bank.removeAccountAtPosition(bank.java:22)
at bank.deleteAccountByAccountID(bank.java:16)
at Main.main(Main.java:18)
Aatmaj-Zephyr commented
try top pointer pointing to last element instead of one more than last.
Aatmaj-Zephyr commented
Fixed