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
Which operator is used to perform the comparison among 2 operands in the vbscript language?
Explain sga memory structures?
Why to use option explicit in vb script?
Which operator can be used to check if two numbers are equal or not in vbscript?
Which keyword is used to declare a variable in the vbscript language?
Anyone have qtp11.0 crack?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
i need to sort the data using qtp script for this how i need to write a qtp script
What is Procedure or Subroutine in VB Script?
What is the event handling in vbscript?
Mention what is the use of option explicit in vbscript?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
How to assign a numeric value to a variable?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
where can i learn VB scripint ?