Quote Originally Posted by quzah View Post
What is it you can't do? The math?


Quzah.
i don't know what to do after this part:

Code:
for (i=a;i<=b;i=i+c)
{
printf("degree Radian");
printf(" %d %f", i, i*3.14/180);
}