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 Risposte
+ 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~

Hai spesso domande come questa?
Impara in modo più efficiente, gratuitamente:
Popolare oggi
Pointers cpp
2 Votes
Is pro worth the money ?
1 Votes
Coding for Cybersecurity
0 Votes
Drawing images in java
2 Votes