question archive IDS201 Final 2 Programming exam Open data file and store data (20 integer numbers) into an array

IDS201 Final 2 Programming exam Open data file and store data (20 integer numbers) into an array

Subject:Computer SciencePrice:14.89 Bought3

IDS201 Final 2 Programming exam Open data file and store data (20 integer numbers) into an array. There is a data file attached in the blackboard. Your program reads the data file and create an array. Let your program do the followings: 1. Display the array as is. (10 numbers per line: display array follows this manner) 2. Sort the array and display the result 3. Add new data into the already sorted array (up to 5 more data can be added: i.e. if N = 20, after adding a data by user, N becomes 21, etc.) and still keeps sorted array. After adding a new number, display the still sorted array. Note: Adding one value at a time 4. Delete a data from the array and maintains still sorted array without any empty array room (i.e. if N = 20 and delete one data, then N becomes 19). When delete a data from the array, display the array. Submit files (use below file names): 1. Final2.java 2. Final2.class 3. (not mandatory) If you use a user defined class, submit both source code and bytecode files Rubric: 1. 2. 3. 4. 5. 6. 7. 8. 9. Good documentation of source code Display the original array Sorting Display sorted data Add a new data and display sorted data Delete a data and display still sorted data Reasonable message to continue program Reasonable error messages Complete and submit program on time 10 pt 10 pt 10 pt 10 pt 20 pt 20 pt 10 pt 5 pt 5 pt (10% penalty per half hour late) Note: When grading, a new data file (same quantity but different values) can be used to double check.

Option 1

Low Cost Option
Download this past answer in few clicks

14.89 USD

PURCHASE SOLUTION

Option 2

Custom new solution created by our subject matter experts

GET A QUOTE

rated 5 stars

Purchased 3 times

Completion Status 100%