Index 10 out of bounds for length 10 – why?

Advertisements When I am running my program it terminates after following the upper steps and inputs. After entering the following output appears: ` Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 10 out of bounds for length 10 at Program.main(Program.java:30) ` My goal was to create a program which shows any graph on a coordinate system. With… Read More Index 10 out of bounds for length 10 – why?