Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. asifashiqali

    matrix multiplication

    hi i want to multiply two matrix which i have store in an array as type index=1..10; count1array=array[index] of integer; count2array=array[index] of integer; for i:=1 to 2 do begin for j:=1 to 2 do begin readln(count1[i,j]); end end for i:=1 to 2 do begin for j:=1 to 2...

Part and Inventory Search

Back
Top