func print_row(R: row);
that displays the contents of the row R
My solution:
func print_row(R: row) var i: int; begin for i=1 until TAM begin print(vet[(BEGIN+i-1) mod MAX +1]); end end
It is correct ?
func print_row(R: row);
func print_row(R: row) var i: int; begin for i=1 until TAM begin print(vet[(BEGIN+i-1) mod MAX +1]); end end
|
|
|
0 members, 1 guests, 0 anonymous users