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
harish reddy
NA
162
33.5k
Row and Colums excercise
Nov 20 2017 8:48 AM
In the below program if i give n=3, i get 1,2,3 equally in rows and colums. My question is how is the system identifying the row and colums...
int n = int.Parse(Console.ReadLine());
for (int row=1 ; row<=n; row++)
{
for (int column = 1; column <= n; column++)
{
Console.Write(" " + column);
}
Console.WriteLine();
}
Reply
Answers (
1
)
Need to highlight the specific characters everytime it occur
Hide your running app in task manager