Output positive glare values corresponding to all angles between 0 and 360 degrees.

# include & ltmath.h & gt

# include & ltstdio.h & gt

Void can be sintered ()

{

int I;

for(I = 0; I & lt360; i++)

printf("sin(%3d)=%f\n ",I,sin(I * 3. 14 159265/ 180));

}