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
Mervha Nifflemhell
NA
37
0
Using Multidimensional aarays
Jun 22 2008 7:42 AM
What codes are suitable to display an output wherein 2 inputs are required:
For example, the program ask for 2 inputs:
1st input: 2
2nd input: 5
The program will display an output like this:
1 2 3 4 5
2 4 6 8 10
Another example: 5 and 3
Output will be:
1 2 3
2 4 6
3 6 9
4 8 12
5 10 15
Sorry if i ask these questions. I'm still a newbie here. I know I'll use some looping methods with this kind of program but I'm still confused with the algorithm.
Thanks for helping me out.
Reply
Answers (
2
)
A bug in Arraylist ????
Need help on using System.Collections.Generic