What will the value of the solution variable be after the code segment below has been run.
int solution = 80;
int number56 = 16, number15 = 7;
solution -= number56 * number15 ;
The value will be 80 -16*7, tha is -32
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment