john_doe11425

32 Reputation

2 Badges

16 years, 217 days

MaplePrimes Activity


These are questions asked by john_doe11425

Can anyone help me with the following two:
 

1) Can you write a procedure showCol which uses the for var in list do...od construction to print the elements of a list in a column.
         
     showCol([a,b,c]);
  
2) Write a procedure primeCol which print the primes between given integers m and n in a column.

Thanks.

 

Page 1 of 1