Hi, everyone. I need help with my exam here.
The question is:
You are asked to design, implement, debug, and test an interactive program to create an array of 10 random numbers in the range 0 to 1000. The program should then: (1) Display the array horizontally in evenly spaced columns of size 6. Be sure to include an appropriate label. (2) Call the Bubble Sort function to rearrange the array elements in the ascending order.
Can anyone write out the correct codes for me please? Really appreciated!
But you can't ask people here to write code for you. It doesn't work that way, you can ask for hints on how to do it but you can't ask them to do your work for you.
Hi Elf00, the first step is to write a recipe in your native language. How would you give orders to your friend to do that? Find out, what you need. Find the correct steps. Then find out how these things are called in c++. Then combine it.