Computer Science, asked by sameersinha33355, 10 months ago

6. double c;int x,y,z; x=5;y=10;z=11; c=x*y+z/2; The value stored in c is:
(a) 55.0
(b) 55.5
(c) 55
(d) none​
jise pta h bss wahi answer dega

Answers

Answered by akathwal004
65

hope this answer will be helpful ^_^

Attachments:
Answered by godkushnavak
26

Answer:

the correct answer is 55.0 because c is stored in double and double values return float in point answers. so by calculation , its

55.0

Similar questions