PREMIUM LOGIN

ClassTools Premium membership gives access to all templates, no advertisements, personal branding and many other benefits!
 

Username:    
Password:    
Submit Cancel

 

Not a member?

JOIN NOW!

 
Array_odnomerny
for i:=1 to n do...
for i:=1 to n do for j:=1 to n do ...
write(a[i]);
write(a[i,j]);
read(a[i]);
read(a[i,j]);
a[i]:=-10 + random(100);
a[i,j]:=-10 + random(100);
a: array [1..n, 1..n] of integer;
a: array [1..n] of integer;
if (a[i,j] mod 2 =0) then ...
if (a[i] mod 2 =0) then ...

Одномерный массив
Instructions | More on the Hexagons Approach

New | Unlock for editing (requires password) | Save a Copy | Export as worksheet | Share
Tweet