Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


write a vb script to display 3*3 matrix



write a vb script to display 3*3 matrix..

Answer / mudaseer

dim varr(2,2)
for i=0 to 2 step 1
for j=0 to 2 step 1

varr(i,j)=inputbox("enter the value")
next
next
for i=0 to 2 step 1
for j=0 to 2 step 1
vstr=vstr & varr(i,j) & " "
next



vstr=vstr & vbnewline
next
msgbox vstr

Is This Answer Correct ?    10 Yes 3 No

Post New Answer

More VB Script Interview Questions

write a vb script to find simple interest using functions

1 Answers  


write a vb script to display first 5 odd numbers from 1 to 100

4 Answers  


write a vb script to display the reverse of vbs

2 Answers  


Write a VB Script to count blank Lines in a notepad

2 Answers   IBM,


Explain about the extension .hta?

0 Answers  


What is Querystring collection?

0 Answers  


Explain the adodb.stream class?

0 Answers  


How will you generate Reports using Vb Script?it asked in testing(QTP)Interview.Plz Any Body Let me know. Thanks uday Uday_testing@yahoo.co.in

4 Answers   NIIT,


how to organize files in object repository of qtp

1 Answers  


Give examples where vb script can directly run on users system with windows as os?

1 Answers  


how to genarate a random numbers in vb?

2 Answers  


* ** *** Please write a code to get output like above diagram? ple explain as it how the code works?

2 Answers  


Categories