Answer Posted / pawan
Dim oArray1(1,1)
Dim oArray2(1,1)
Dim tArray(1,1)
oArray1(0,0)=8
oArray1(0,1)=9
oArray1(1,0)=5
oArray1(1,1)=-1
oArray2(0,0)=-2
oArray2(0,1)=3
oArray2(1,0)=4
oArray2(1,1)=0
tArray(0,0)=oArray1(0,0)* oArray2(0,0)+ oArray1(0,1)* oArray2(1,0)
tArray(0,1)=oArray1(0,0)* oArray2(0,1)+ oArray1(0,1)* oArray2(1,1)
tArray(1,0)=oArray1(1,0)* oArray2(0,0)+ oArray1(1,1)* oArray2(1,0)
tArray(1,1)=oArray1(1,0)* oArray2(0,1)+ oArray1(1,1)* oArray2(1,1)
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
Explain How do you create a recordset object in vbscript?
What is the use of the date function in the vbscript language?
write a program to display configuration of a local system with the help of vb script.
why do u choose to go for testing why cant for devoloping
Can automation testing find ssame no. of bugs what we can find by manual testing?
How to Enter Values on the Command promt using VB script
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
who will create the object?
Explain sga memory structures?
Explain about the functionality of vb script?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
How to replace junk code recorded by QTP with a mall function.
Which function is used to perform string comparison?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.