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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.