Homework 4

Modify hw4.c so that it plays "fizz-buzz". If the number devides by 3 and 5, it is "fizz-buzz". If the number devides by 3 only, it is "fizz". If the number devides by 5 only, it is "buzz". Otherwise, it is just the number.

To turn in on Wednesday in class:

You will be graded on:
  1. correctness: (6 points)
  2. style: (4 points)