TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Guest User
Tech Writer
34
4.9k
Console Application HELP
Feb 25 2014 8:46 PM
Hii all
Have an other question about console application
Here is the question...Thanks
Write an algorithm that ask
user to enter values
within an array of 12
positions. Then, it should be
the values shown in order
ascending and descending.
OUTPUT
The vector in the position [0] = 4
The vector in the position [1] = 1
The vector in the position [2] = 5
The vector in the position [3] = 2
The vector in the position [4] = 3
The vector in the position [5] = 6
The vector in the position [6] = 7
The vector in the position [7] = 9
The vector in the position [8] = 8
The vector in the position [9] = 11
The vector in the position [10] = 0
The vector in the position [11] = 10
Ascending
0
1
2
3
4
5
6
7
8
9
10
11
Descending
11
10
9
8
7
6
5
4
3
2
1
0
Reply
Answers (
3
)
mothods and behaviors
using LINQ query two (or more) collections