Sine Wave

Combine the skills in the homework of sin()_cos() and sawteeth to write a program which generate output as follows.

Degree    sin()
===========================================================================
  0      0.0000                                *
 15      0.2588                                        *
 30      0.5000                                               *
 45      0.7071                                                     *
 60      0.8660                                                          *
 75      0.9659                                                             *
 90      1.0000                                                              *
105      0.9659                                                             *
120      0.8660                                                          *
135      0.7071                                                     *
150      0.5000                                               *
165      0.2588                                        *
180      0.0000                                *
195     -0.2588                        *
210     -0.5000                 *
225     -0.7071           *
240     -0.8660      *
255     -0.9659   *
270     -1.0000  *
285     -0.9659   *
300     -0.8660      *
315     -0.7071           *
330     -0.5000                 *
345     -0.2588                        *
360     -0.0000                                *