can anyone help me with some c++ coding?

I want to create a piece of code that would allow me to type in any random 30 numbers and for them to come out in ascending order.

Any help would be greatly appreciated

Hazdude

Recommended Answers

All 2 Replies

can anyone help me with some c++ coding?

I want to create a piece of code that would allow me to type in any random 30 numbers and for them to come out in ascending order.

Any help would be greatly appreciated

Hazdude

Try it and then post it.
EDIT: for help try this link

think about it like this !

something that hold 30 numbers
a loop
{
input number
}
compare the numbers
a loop
{
output number
}

show us any code and of course u'll get a reply !

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.