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
Raja J
NA
3
5.1k
Write C#.Net program to find mirror image and inverted mirror image of matrix
Jan 2 2012 8:46 AM
Help me on this.
I need the code for C#.Net for the question below.
Write C#.NET Code to find mirror image and inverted mirror image of matrix.
INPUT
11 12 13
21 22 23
31 32 33
OUTPUT
MIRROR IMAGE
13 12 11
23 22 21
33 32 31
INVERTED MIRROR IMAGE
33 32 31
23 22 21
13 12 11
Can anyone write the code for this. Thanks for advance.
Reply
Answers (
3
)
AT command for sending sms through code
C# exercise book