Homework  Assignment Number 6


  1. Finish Reading Chapter 4
  2.  Write function that will make a rectangle out consisting of any character:
  3. Write a function that makes a parallelogram of characters in a similar way
  4. Write a timer that prints out every one tenth of a second. It should use the format: Hours:Minutes:Seconds.fraction

Grading Criteria

  1. Do your programs work?
  2. Do your programs answer the questions the way they are stated?
  3. Is your code clear?
  4. When parts of your program repeat, do you encapsulate these as functions and then call those functions?
  5. Is your code elegant, clever or creative?