0
What is the output of following logic
{ int a, b, c; a=3, b=7; c=(1/a)+(1/b); cout<<c; }
2 Respuestas
+ 1
um 0 because you can't do that type of math with int variables.
0
Hm... I like this. I'm going to make a code based off this post. I'll link it when I'm done (Only if you can do that with the app).