0
What is the correct order of given code? Its output is 10.
{ int a=7; int b=3; cout<<a+b-a*b/a%b; }
26th Mar 2019, 10:36 AM
~DauntlesS~
2 Respostas
+ 3
a+b-(a*b/a%b)
26th Mar 2019, 11:05 AM
Chiara Mele
0
Thanks Chiara Mele
26th Mar 2019, 11:17 AM
~DauntlesS~
Tens frequentemente perguntas como esta?
Aprende de forma mais eficiente, gratuitamente:
Popular hoje
How do we code calculator
2 Votes
I need help
1 Votes
My hearts are disappering :(
0 Votes
Pressure and tension
2 Votes
a phone or a laptop
0 Votes



