#include <stdio.h>#include <math.h>void main() { float s=56,m=25,b; b=fmod(s,m); printf("%f",b);}
Not registered? Create an account
Forgot Password?
Already a registered user? Login