subject
Computers and Technology, 12.03.2021 15:20 jfw0504

Activity - SortingFor this activity, your program will create two integer array objects with 10 unsorted numbers each, sort the numbers in the arrays using the bubble and selection sorts, and then display the sorted arrays. 1. Make sure to include for creating array objects

2. Create constants as needed

3. Create function prototypes and function definitions to:

a. sort an array object in ascending order (from lowest to highest) using the bubble sort

b. sort an array object in ascending order (from lowest to highest) using the selection sort

c. swap the elements in the array objects (Called from the sort functions)

4. In main, create two integer array objects, numList1 and numList2, each with the same unsorted values listed below:

98, 78, 102, 67, 45, 83, 29, 184, 2, 685.

Display the unsorted values in the numList1 array object to the screen.

6. Pass the numList1 array object to your bubble sort function for sorting

7. After being sorted, display the sorted values in the numList1 array object to the screen

8. Display the unsorted values in the numList2 array object to the screen.

9. Pass the numList2 array object to your selection sort function for sorting

10. After being sorted, display the sorted values in the numList2 array object to the screen

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 11:30
Which excel file extension stores automated steps for repetitive tasks?
Answers: 1
question
Computers and Technology, 23.06.2019 15:20
In a game with three frames, where will the objects on layer 1 appear? a. next to the play area b. in the middle of the game c. behind everything else d. in front of everything else
Answers: 1
question
Computers and Technology, 23.06.2019 21:40
Simon says is a memory game where "simon" outputs a sequence of 10 characters (r, g, b, y) and the user must repeat the sequence. create a for loop that compares the two strings. for each match, add one point to user_score. upon a mismatch, end the game. sample output with inputs: 'rrgbryybgy' 'rrgbbrybgy'
Answers: 3
question
Computers and Technology, 24.06.2019 01:00
Verify each identity[tex] \frac{csc}{cot \: x \: + \: tan \: x} = cos \: x[/tex]
Answers: 1
You know the right answer?
Activity - SortingFor this activity, your program will create two integer array objects with 10 unso...
Questions
question
Mathematics, 30.08.2019 04:30
question
World Languages, 30.08.2019 04:30
question
Mathematics, 30.08.2019 04:30
question
Social Studies, 30.08.2019 04:30
question
Computers and Technology, 30.08.2019 04:30
Questions on the website: 13722363