Tell us what it is you think you need to do with this code, and try to solve it yourself. you should just put the small snippet of code that shows how you would like to solve the problem, then we can help you.
Also, put your code within [ CODE ] [ / CODE ] tags. Otherwise it is hard to help you.
Ed
hello ED!!
If you refer to my pdf file.....thats the out put i want
firstly the size of matrix...then input first matrix by user using dialog box and so on......but the output is displayed on command prompt
eg:
Matrix A:
1.0 2.0 3.0
4.0 5.0 6.0
Matrix B:
7.0 8.0 9.0
0.0 9.0 8.0
7.0 6.0 5.0
Product of Matrix A and B
28.0 44.0 40.0
70.0 113.0 106.0
thanks
Rashil