L
Learning Learner
I know this must have some simple answer but I'm having trouble with
this function I wrote.
stdio.h
math.h
double relstr (double x,double y)
{double n;
n=x/y;
printf("%f",(return n);}
I dunno.
this function I wrote.
stdio.h
math.h
double relstr (double x,double y)
{double n;
n=x/y;
printf("%f",(return n);}
I dunno.