CT240 lab2


http://geminga.it.nuigalway.ie/~gettrick/courses/CT240/labs/l2.html




  1. Write a program (with no input) that uses a while loop to print out "hello world" 93 times.
  2. Write a program (with no input) that uses a while loop to print out all the numbers between 1 and 93.
  3. Write a program (with no input) that uses recursion to print out "hello world" 93 times.
  4. Write a program (with no input) that uses recursion to print out all the numbers between 1 and 93.


© NUI, Galway