0
Tell me the output😁
int x=1,total; double y=2; total=x+y*y-x%y+x/y; cout<<total;
3 odpowiedzi
+ 2
here you will get an error because of the expression x%y;
You can't use any data type like double or float with modulus (%) operator.
You can use "x % int(y)" to get an output...!
+ 1
Hei, do you have Instagram or social media?
0
Yep