" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
misal i dan j = baris dan kolom
for a := 1 to i do
for b := 1 to j do
begin
if tabel[i,j] = true then writeln(tabel[i,j])
end for