![]() |
Need HElp Now, DUE Today
Okay, So I was assigned a project for school.
It is to prompt the user to enter a fixed number of points, declare the max and min X values, then plug x into an equation for y and print it. I've been able to successfully do that. Here my problem: I get this exact error Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 5 at locZero.main(locZero.java:41) This comes into play at line 41 when im trying to use if statements and another array to record where the y values change signs from pos to neg/vise versa. Here is the code Code:
import java.util.Scanner; |
Code:
for(i=0;i<=numPoints;i++){But then you make it worse: How can you use i+1 if i is already at or past the maximum value for the array subscript?? |
| All times are GMT +1. The time now is 03:32 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.