1) Can anyone show me how to write a procedure showCol which uses for var in list do...od construction to print the elements of a list in a column.
showCol([a,b,c]);
2) Also, can anyone help me write a procedure primCol which prints the primes between given integers m and n in a column.
Anyone's response would be greatly appreciated.
