//it does`nt work the float with % operation
#include <iostream>
using namespace std;
int main ()
{
float x , y;
cin >> x ;
cin >> y ;
cout << x % y;
}
i am beginner and i need help
it does`nt work the float with % operation
New contributor
Mahmoud Nasr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.