What will the value of the solution variable be after the code segment below has been run.
int solution = 8;
int number1 = 16, number10 = 3;
solution *= number1 - number10 ;
The value will be 8*(16-3) that is 104
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