0
In c++, can the modulo operator (%) be applied directly to floating -point numbers? such as float or double?
cout << 5.0 % 2; If the compiler produces error, is there any way to do it? Can anyone please clarify?
1 Antwort
0
「HAPPY TO HELP」 thanks
cout << 5.0 % 2; If the compiler produces error, is there any way to do it? Can anyone please clarify?