Computer Science, asked by aairahsiddiqui36, 11 months ago

what will be the value stored in the variable x
when int a=5, b=175;
1) double x=a/3;
2) double x=b/200.0*100;

Answers

Answered by ambccbjcgh12
1

Answer:

1) x=1

2) x=87

Explanation:

Similar questions