BZU Multan Student Community


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

Ad

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 06-12-2009, 04:56 PM   #1
Grown up punk

 
shmsa's Avatar
 
Join Date: Oct 2007


Location: Muslim Town Multan
Posts: 196
Thanks: 20
Thanked 47 Times in 34 Posts
Contact Number: 0322-6196713
Program / Discipline: BSIT
Class Roll Number: 07-22
shmsa is a jewel in the roughshmsa is a jewel in the roughshmsa is a jewel in the roughshmsa is a jewel in the rough
Time Spent Online: 2 Days 16 Hours 43 Minutes 59 Seconds
Smartass Q2:find maximum element in a matrix of 2x2

Module MaxinMatrix Sub Main() Dim ar1 As Integer(,) ar1 = New Integer(1, 1) {} Dim i, j, max As Integer For i = 0 To 1 For j = 0 To 1 ar1(i, j) = Console.ReadLine() Next Next For i = 0 To 1 For j = 0 To 1 Console.Write(ar1(i, j) & vbTab) Next Console.Write(vbCrLf) Next max = 0 For i = 0 To 1 For j = 0 To 1 If max < ar1(i, j) Then max = ar1(i, j) End If Next Next Console.WriteLine(max) End Sub End Module

Advertisement
Views: 189
shmsa is offline  
Reply With Quote
Top 10 Lists

Reply

Tags
2x2, element, matrix, maximum, q2find


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 find the sum of either of the diagonals of a 4 x 4 matrix bonfire Object Oriented Programming 0 09-03-2011 12:26 AM
Program to find the sum of each row & column of a matrix of size n x m and if matrix is square, find the sum of the diagonals bonfire Object Oriented Programming 0 09-03-2011 12:01 AM
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
Finding Maximum Element in a two dimensional array taha khan Visual Programming 0 10-12-2009 11:31 PM

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



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