# 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));
}