BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan Right Header

HOME BZU Mail Box Online Games Radio and TV Cricket 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


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

 
Join Date: Oct 2007
Location: Mumtaaz Abad Multan
Age: 34
Posts: 22
Class Roll Number: 07-06
taha khan will become famous soon enough
Send a message via Yahoo to taha khan
Default Finding Maximum Element in a two dimensional array

Finding Maximum Element in a two dimensional array

Code:
 
Module Matmax
 
 
 Sub Main()
 Dim i, j, max 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("Maximum element of Matrix 1 is " & vbCrLf)
        max = 0
 For i = 0 To 1
 For j = 0 To 2
 If Matrix1(i, j) > max Then
                    max = Matrix1(i, j)
 End If
 Next
 
 Next
Console.Write(max)
 
 End Sub
 
 
 
End Module

Reply With Quote
Reply

Tags
array, dimensional, element, finding, maximum


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 Maximum Number in an Array (By Sheraz) .BZU. Visual Programming 0 15-12-2009 09:16 PM
Finding Minimum element in two dimensional array taha khan Visual Programming 0 10-12-2009 11:34 PM
Q2:find maximum element in a matrix of 2x2 shmsa Visual Programming 0 06-12-2009 04:56 PM

Best view in Firefox
Almuslimeen.info | BZU Multan | 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 02:41 PM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.