//I want it to ask me for a number at first. Let's say I pass "5" and then type more numbers so I can add them as elements. And in final to make it show reversed elements. Thank u so much!

I can't guess what you mean by "elements" so I'll use this sentence from a random book on C# to define that.

An array stores a fixed-size sequential collection of elements of the same type.

So when you fill the array you keep count of how many elements then at the end to show them in reverse a simple for loop counting in reverse, printing the element from the array would be fairly simple to write in code.

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.