ble Sort Write a program that continuously accepts integer user input and assign the value in an array with a size of 100. The input process terminates if either of the following is true: inputted value is 0 input count is greater than 100   Sort the values inside the array in ascending order using the bubble sort algorithm.   Print out the sorted values inside the pair of square brackets [ ] where the elements are separated by a comma and a space ", " Input 1. Multiple lines containing an integer Output Enter number 1: 1 Enter number 2: 2 Enter number 3: 3 Enter number 4: 4 Enter number 5: 5 Enter number 6: 0

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 16PE
icon
Related questions
Question

C Program

Bubble Sort

Write a program that continuously accepts integer user input and assign the value in an array with a size of 100. The input process terminates if either of the following is true:

  • inputted value is 0
  • input count is greater than 100

 

Sort the values inside the array in ascending order using the bubble sort algorithm.

 

Print out the sorted values inside the pair of square brackets [ ] where the elements are separated by a comma and a space ", "

Input

1. Multiple lines containing an integer

Output

Enter number 1: 1
Enter number 2: 2
Enter number 3: 3
Enter number 4: 4
Enter number 5: 5
Enter number 6: 0
[1, 2, 3, 4, 5]
2. Bubble Sort Practice II
by CodeChum Admin
Write a program that continuously accepts integer user input and assign the value in an
array with a size of 100. The input process terminates if either of the following is true:
. inputted value is 0
• input count is greater than 100
Sort the values inside the array in ascending order using the bubble sort algorithm.
Print out the sorted values inside the pair of square brackets [] where the elements are
separated by a comma and a space","
Input
1. Multiple lines containing an integer
Output
Enter number 1: 1
Enter number 2: 2
Enter number 3: 3
Enter number 4: 4
Enter number 5: 5
Enter number 6: 0
[1, 2, 3, 4, 5]
Score: 0/10
main.c
<> + 16
Test Cases
Constraints
O Constraint 1
This code must use loop statement
O Constraint 2
This code must use an array
Test Cases
O Test Case 1
Your Output
No Output
Expected Output
Enter number 1: 686806
Enter number 2: 359062
Enter number 3: 546773
Enter number 4: 634311
Enter number 5: 743350
Enter number 6: 52903
Enter number 7: 425718
Enter number 8: 557671
Enter number 9: 666306
Enter number 10: 275425
Enter number 11: 570859
Enter number 12: 264467
Transcribed Image Text:2. Bubble Sort Practice II by CodeChum Admin Write a program that continuously accepts integer user input and assign the value in an array with a size of 100. The input process terminates if either of the following is true: . inputted value is 0 • input count is greater than 100 Sort the values inside the array in ascending order using the bubble sort algorithm. Print out the sorted values inside the pair of square brackets [] where the elements are separated by a comma and a space"," Input 1. Multiple lines containing an integer Output Enter number 1: 1 Enter number 2: 2 Enter number 3: 3 Enter number 4: 4 Enter number 5: 5 Enter number 6: 0 [1, 2, 3, 4, 5] Score: 0/10 main.c <> + 16 Test Cases Constraints O Constraint 1 This code must use loop statement O Constraint 2 This code must use an array Test Cases O Test Case 1 Your Output No Output Expected Output Enter number 1: 686806 Enter number 2: 359062 Enter number 3: 546773 Enter number 4: 634311 Enter number 5: 743350 Enter number 6: 52903 Enter number 7: 425718 Enter number 8: 557671 Enter number 9: 666306 Enter number 10: 275425 Enter number 11: 570859 Enter number 12: 264467
Expert Solution
steps

Step by step

Solved in 5 steps with 2 images

Blurred answer
Knowledge Booster
Program on Numbers
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage