Computer Science, asked by ribya5789, 11 months ago

What would be the value of c?
{
int c;
float a, b;
a = 245.05;
b = 40.02 ;
c = a + b;
}
a) 285.09 b) 2850 c) 285 d) 285.0

Answers

Answered by Anonymous
3

What would be the value of c?

{

int c;

float a, b;

a = 245.05;

b = 40.02 ;

c = a + b;

}

a) 285.09 b) 2850 c) 285 d) 285.0

PLEASE MAKE ME AS A BRAINLIST ANSWER

Similar questions