Question: 1. Create a new program and save it as BubbleSort.java. Thereafter, the user will be asked to input the size of the list, input values

1. Create a new program and save it as BubbleSort.java. Thereafter, the user will be asked to input the size of the list, input values to the list, sort the list in ascending order, and display the sorted list in a horizontal manner. Write what the output will be. 2.0 Create a new program and save it as Table2.java. Thereafter, create 3 tables and name it as table1, table2, and table3, having row=5 and column=5 or a 5 x 5 table. The user should input integer values for table1 and integer values for table2. Your program should add the contents of table1 and table2 then store the sum to table3. Your program should display in matrix format the values of table1, table2, and table3. Use loops. 2.1 Revise your Table2.java program. Thereafter, your program should display the highest value in table3 and the lowest value in table3. 2.2 Use your Table2.java program. Thereafter, your program should allow the user to input an integer value to be searched in table3. Your program should display whether the inputted integer value is found in table3, how many of it is in table3, and what their locations in table3 are.

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!