http://qs321.pair.com?node_id=1013

Control Statement Exercises

  1. Write a program which reads lines until it reads a line consisting of the word "quit" on a line by itself. Then print out all the duplicate lines seen. If none were seen, print "No duplicates seen." (solution)
  2. Write a program which prints all the numbers from 1 to 100, each followed by a ":" and a list of the numbers by which it is evenly divisible. (solution)