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
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
India Languages,
6 months ago
English,
6 months ago
Chemistry,
11 months ago
Physics,
1 year ago
Computer Science,
1 year ago