What will the value of the answer variable be after the code segment below has been run.
(round to 4 decimal places)
float answer;
int number1 = 67, number6 = 51;
float number11 = 32.9701;
answer = ( number1 - number6 ) + number11;
The value of the answer variable be after the code segment below has been run:
Comments
Leave a comment