cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
How do i start this one?
How do i start this one?
Nov 30, 2014 at 6:18am UTC
Myna
(26)
The objective of this project is to implement bubble sort algorithm. You need to perform the
following steps:
● Create an integer array of 10 elements.
● Generate random number between 1100
to each of the 10 elements.
I knew that i had to use
1
2
3
int
i = 0; srand(time(0));
int
array[10], i;]
but how do i do it using array?
Last edited on
Dec 1, 2014 at 2:39am UTC
Nov 30, 2014 at 7:35am UTC
LB
(13399)
What have you written so far?
You forgot to ask a question.
Last edited on
Nov 30, 2014 at 7:35am UTC
Topic archived. No new replies allowed.