Ask your own question, for FREE!
Computer Science 15 Online
OpenStudy (anonymous):

Help with Java? Adding values into array method and giving error message to user?

OpenStudy (anonymous):

public void add(int addNumber) { for (int count = 0; count < size; count++) { nums[count] = addNumber; size++; if (count == size) { System.out.println("Array is full. The value" + " " + addNumber + " " + "cannot be added."); } } }

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!