Can someone kindly help me find the error ? The code is running fine in Dev C++.
prog.c: In function �main�: prog.c:8:25: error: expected �)� before �x� if((x%5==0)&&(float(x)<=y-0.50)) ^ prog.c:8:27: error: expected �)� before �<=� token if((x%5==0)&&(float(x)<=y-0.50)) ^
Thanks