Question #267045

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;     




Expert's answer

The value of the answer variable be after the code segment below has been run:


LATEST TUTORIALS
APPROVED BY CLIENTS