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
Ryan Krenz
NA
7
6.5k
Class Project Help! - Multiplication Table - 2D Arrays w/Nested Loops
Apr 18 2012 8:36 PM
Hi Everyone.
I am assigned to develop a multiplication table using 2D Arrays and Nested loops. The teacher gave us a starting form/etc, but I just dont know where to start! 2 dimensional arrays really threw me for a loop (no pun intended). Can anyone help get me started?
I have attached the startup form, etc. Here are the class requirements:
A two dimensional array has been declared in the program as: int [ , ] intTable = new int[9,9]; // 9 x 9 table
Students are to develop the method that loads the multiplication table into the array
using nested loops.
Use intTable.GetLength(0) to go down the table and intTable.GetLength(1) to go across.
Students are to develop the method that displays the array after it has been loaded with the multiplication table
using nested loops.
Students are to develop the method that searches the array for all occurrences of the number entered as the search criteria in the textbox. Again,
use nested loops.
How shall I start this one?
Attachment:
cs12c.zip
Reply
Answers (
6
)
Need to cut multiple strings from between 2 others in a textbox
Connection Pooling