Question: **JAVA**.... from AP CSA Array Manipulation Lab* With a partner of your choosing, you are going to do the following: 1. make a program that

**JAVA**.... from AP CSA **JAVA**.... from AP CSA Array Manipulation Lab* With a partner of your

Array Manipulation Lab* With a partner of your choosing, you are going to do the following: 1. make a program that creates an empty array of 10 elements. 2. ask the user to enter integers (less than 10 integers so you can add more elements). They should add them one at a time (don't have them put a space or comma or whatever between them). Ask them to type -1 when done adding 3. Print the array horizontally with a space between the numbers. The following instructions are hard coded, not asked of the user, after each call, print the array. The following calls are to static methods that you will write (you will pass the information needed to the method) You must print the array after each call (print should be in a method) 4. Set a number (ie change a number) 5. Add a number to the end 6. Add a number to the middle 7. Remove a number from the middle 8. Remove a number from the end. *NOTE: This lab should not use objects - just 1 class - make it simple. Don't worry about testing for everything under the sun, EXCEPT that they don't go over the size of the array when the user puts in the numbers (but you should only put in 5 or 6)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!