HOME BZU Mail Box Online Games Radio and TV Live Cricket Score All Albums
Go Back   BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan Institute of Computing Bachelor of Science in Information Technology BsIT 5th Semester Visual Programming

Visual Programming Sir Ahsan

Advertisement Banner
Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 10-12-2009, 11:34 PM
taha khan's Avatar
Toddler

 

Join Date: Oct 2007
Location: Mumtaaz Abad Multan
Age: 22
Posts: 22
Thanks: 1
Thanked 10 Times in 8 Posts
Class Roll Number: 07-06
taha khan will become famous soon enough
Time Spent Online: 13 Hours 20 Minutes 51 Seconds
Send a message via Yahoo to taha khan
Default Finding Minimum element in two dimensional array


Finding Minimum element in two dimensional array
Module Matmin Sub Main() Dim i, j, min As Integer Dim Matrix1 As Integer(,) = New Integer(2, 3) {} Dim Matrix2 As Integer(,) = New Integer(2, 3) {} For i = 0 To 1 For j = 0 To 2 Console.Write("Enter an element") Matrix1(i, j) = Console.ReadLine Next Next Console.Write("Minimum element of Matrix 1 is " & vbCrLf) min = Matrix1(0, 0) For i = 0 To 1 For j = 0 To 2 If Matrix1(i, j) < min Then min = Matrix1(i, j) End If Next Next Console.Write(min) End Sub End Module
Reply With Quote
Top 10 Lists | Live Cricket Score

Reply

Tags
array, dimensional, element, finding, minimum


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Program to enter 10 integers in a single-dimension array and then print out the array in ascending order bonfire Object Oriented Programming 0 09-03-2011 12:23 AM
Finding a Husband... Raheel Quotes 3 19-05-2010 06:08 PM
Program to find the Minimum Number in an Array .BZU. Visual Programming 0 15-12-2009 10:57 PM
Finding Maximum Element in a two dimensional array taha khan Visual Programming 0 10-12-2009 11:31 PM
Q2:find maximum element in a matrix of 2x2 shmsa Visual Programming 0 06-12-2009 04:56 PM

Best view in Firefox
Free File Hosting | Webmaster Forum | Cloud Computing | Dedicated server hosting
Note: All trademarks and copyrights held by respective owners. We will take action against any copyright violation if it is proved to us.

All times are GMT +5. The time now is 06:21 AM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.