Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

How to tackle this problem by using the sorting method in java? M A Lab09.pdf (2,2} v a number pattern that is needed here (1,2,

image text in transcribedHow to tackle this problem by using the "sorting" method in java?

M A Lab09.pdf (2,2} v a number pattern that is needed here (1,2, etc.). You can use a regular loop for this, with a variable that increments. Note that the array indexes must start at zero (0, 1, etc.) 2. Revise Sorting.java such that the "selectionSort" method prints a numbered list (starting at 1) showing the entire array after cach swap. Additionally, create an application class with an array of at least 6 items that prints the original array (using a loop) and then calls the new "selectionSort" method. Note that the application class (with the main method) does not print the array after the swaps. Below is an example using Strings. Be sure to submit both Java files (the application class and the modified Sorting.java) Original array: John Xiaoni Sarah Fanil Mark Laura Selection sort... 1. Fanil Xiaoni Sarah John Mark Laura 2. Fanil John Sarah Xiaoni Mark Laura 3. Fanil John Laura Xiaoni Mark Sarah 4. Fanil John Laura Mark Xiaoni Sarah 5. Fanil John Laura Mark Sarah Xiaoni Tip (what to change): The outer loop of the selectionSort method iterates once for every swap. So at the end of that loop, you can print the number (hint: notice that "index" goes 0, 1, etc.) followed by the array. Here you can use the convenient for-loop trick that was used in the tutorial Post quest 16 questc TUT

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2015 Porto Portugal September 7 11 2015 Proceedings Part 1 Lnai 9284

Authors: Annalisa Appice ,Pedro Pereira Rodrigues ,Vitor Santos Costa ,Carlos Soares ,Joao Gama ,Alipio Jorge

1st Edition

3319235273, 978-3319235271

More Books

Students also viewed these Databases questions