Computer Science, asked by hetraj1359, 1 month ago

float x=5, double c, y =10;
int z = 51;
c= x * y + z / 2.5;

Answers

Answered by neetanchalotra
1

Answer:

5*10+51/2.5

= 50 + 51/2.5

= 50 + 20.4

= 70.4

Similar questions