+ 1
Can someone explain to me why the answer for this code is error?
#include <iostream> using namespace std; int main () { double x=5, y=2 ; int result ; result = x % y ; cout << result ; return 0 ; }
1 Réponse
+ 1
「HAPPY TO HELP」
Thanks for your help :)